forked from sh-edraft.de/sh_linux_installation_scripts
Fixed typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_sublime_text() {
|
||||
ehco "Installing sublime-text"
|
||||
echo "Installing sublime-text"
|
||||
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
|
||||
sudo apt-get install apt-transport-https -y
|
||||
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
|
||||
|
Reference in New Issue
Block a user