This commit is contained in:
nodiscc
2020-03-07 16:16:20 +01:00
parent ebce822618
commit 52287dd56a

View File

@@ -32,7 +32,11 @@ download_extras:
unzip -q cache/downloads/xfce4-terminal-colorschemes-1.0.zip -d cache/downloads/ unzip -q cache/downloads/xfce4-terminal-colorschemes-1.0.zip -d cache/downloads/
mkdir -p config/includes.chroot/usr/share/xfce4/terminal/ mkdir -p config/includes.chroot/usr/share/xfce4/terminal/
mv cache/downloads/xfce4-terminal-colorschemes-1.0 config/includes.chroot/usr/share/xfce4/terminal/colorschemes mv cache/downloads/xfce4-terminal-colorschemes-1.0 config/includes.chroot/usr/share/xfce4/terminal/colorschemes
# https://github.com/serialhex/nano-highlight
-rm -rf config/includes.chroot/etc/skel/.nano cache/downloads/nano-highlight-master
$(WGET) https://github.com/serialhex/nano-highlight/archive/master.zip -O cache/downloads/nano-highlight-master.zip
unzip -q cache/downloads/nano-highlight-master.zip -d cache/downloads/
mv cache/downloads/nano-highlight-master config/includes.chroot/etc/skel/.nano
############################## ##############################