Prepaing insall scripts
Creating description and installation scripts
This commit is contained in:
12
scripts/sublime-install.sh
Executable file
12
scripts/sublime-install.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://www.sublimetext.com/docs/3/linux_repositories.html#apt
|
||||
|
||||
set -x
|
||||
|
||||
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
|
||||
sudo apt-get install apt-transport-https
|
||||
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
|
||||
sudo apt-get update
|
||||
sudo apt-get install sublime-text
|
||||
|
||||
Reference in New Issue
Block a user