forked from sh-edraft.de/sh_linux_installation_scripts
Changed to apt
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
install_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 apt install apt-transport-https -y
|
||||
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install sublime-text -y
|
||||
sudo apt update
|
||||
sudo apt install sublime-text -y
|
||||
}
|
Reference in New Issue
Block a user