Ask for hooks
This commit is contained in:
9
config/hooks/live/sublime_text.hook.chroot
Normal file
9
config/hooks/live/sublime_text.hook.chroot
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor > /etc/apt/trusted.gpg.d/sublimehq-archive.gpg
|
||||
|
||||
echo "deb http://download.sublimetext.com/ apt/stable/" > /etc/apt/sources.list.d/sublime-text.list
|
||||
|
||||
apt-get update
|
||||
apt-get install sublime-text sublime-merge -y
|
||||
apt-get clean
|
Reference in New Issue
Block a user