From f0b6a2db7447e812f5e46531aa9b2244214d7ba3 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 9 Jan 2019 01:10:08 -0700 Subject: [PATCH] updated nano section --- customize.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.sh b/customize.sh index 53580c2..ad5c5fc 100644 --- a/customize.sh +++ b/customize.sh @@ -65,12 +65,12 @@ cp -f config/etc/skel/.bashrc /etc/skel/.bashrc ## copy nano settings -echo -e "\ncopying nano default settings..." +echo -e "\ncopying ${yellow}nanorc${norm} to ${yellow}/etc/nanorc${norm}" # backup cp -f /etc/nanorc /etc/nanorc.original # copy new cp -f config/etc/nanorc /etc/nanorc -echo "...done" + ## copy timesync echo -e "\ncopying timesync configuration..."