forked from lionel/debianlive
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
|
@ -1 +0,0 @@
|
||||
deb https://download.sublimetext.com/ apt/stable/
|
Binary file not shown.
@ -19,6 +19,7 @@ pigz
|
||||
bzip2
|
||||
lbzip2
|
||||
xz-utils
|
||||
zstd
|
||||
p7zip-full
|
||||
p7zip-rar
|
||||
hwinfo
|
||||
|
@ -35,5 +35,3 @@ ssh-askpass-gnome
|
||||
tesseract-ocr
|
||||
tesseract-ocr-fra
|
||||
flatpak
|
||||
sublime-text
|
||||
sublime-merge
|
||||
|
Reference in New Issue
Block a user