forked from sh-edraft.de/sh_linux_installation_scripts
Added more apps
This commit is contained in:
10
common/apps/sublime_text.sh
Normal file
10
common/apps/sublime_text.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_sublime_text() {
|
||||
ehco "Installing sublime-text"
|
||||
curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
|
||||
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install sublime-text -y
|
||||
}
|
Reference in New Issue
Block a user