From dd8997e670c3390556b94ea42c9b25d6212119cf Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 14 Mar 2020 17:10:49 +0100 Subject: [PATCH] Makefile.extras: add https://www.sublimetext.com/ (disabled) --- Makefile.extra | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.extra b/Makefile.extra index b0c0951..a08a9af 100644 --- a/Makefile.extra +++ b/Makefile.extra @@ -33,3 +33,9 @@ download_extra: # https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/ mkdir -p config/includes.chroot/usr/share/firefox-esr/distribution/extensions/ $(WGET) https://addons.mozilla.org/firefox/downloads/file/3465157/keepassxc_browser-latest-fx.xpi -O config/includes.chroot/usr/share/firefox-esr/distribution/extensions/keepassxc_browser-latest-fx.xpi + # https://www.sublimetext.com/ (non-free) + #-rm -rf cache/downloads/sublime_text_3 config/includes.chroot/opt/sublime_text + #$(WGET) https://download.sublimetext.com/sublime_text_3_build_3211_x64.tar.bz2 + #tar -C cache/downloads -xvf cache/downloads/sublime_text_3_build_3211_x64.tar.bz2 + #mkdir -p config/includes.chroot/opt + #mv cache/downloads/sublime_text_3 config/includes.chroot/opt/sublime_text