From 6c56d4ffd7720f72e639700f93bef3e4f0e25f66 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 7 Mar 2020 17:00:49 +0100 Subject: [PATCH] extras: replace https://github.com/serialhex/nano-highlight -> https://github.com/scopatz/nanorc --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6dca5fe..2bb5e24 100644 --- a/Makefile +++ b/Makefile @@ -32,11 +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 + # https://github.com/scopatz/nanorc -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 + $(WGET) https://github.com/scopatz/nanorc/archive/master.zip -O cache/downloads/nanorc-master.zip + unzip -q cache/downloads/nanorc-master.zip -d cache/downloads/ + mv cache/downloads/nanorc-master config/includes.chroot/etc/skel/.nano ##############################