Improved sublime text install

This commit is contained in:
Sven Heidemann 2021-04-10 00:53:40 +02:00
parent dafbf0872a
commit 8eb3206f57

View File

@ -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