diff --git a/Makefile b/Makefile index 5a5237d..7b5d2e8 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,11 @@ download_extras: unzip -q cache/downloads/xfce4-terminal-colorschemes-1.0.zip -d cache/downloads/ 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 - + # 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 ##############################