updated nano section

This commit is contained in:
Asif Bacchus 2019-01-09 01:10:08 -07:00
parent 29a21c6651
commit f0b6a2db74
1 changed files with 2 additions and 2 deletions

View File

@ -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..."