Improved sublime text install
This commit is contained in:
parent
dafbf0872a
commit
8eb3206f57
@ -2,7 +2,8 @@
|
||||
|
||||
install_sublime_text() {
|
||||
ehco "Installing sublime-text"
|
||||
curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
|
||||
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/"
|
||||
|
||||
sudo apt-get update
|
||||
|
Loading…
Reference in New Issue
Block a user