From 515292ef95ccf964b14155973c8db3f81e21f95b Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 22 Feb 2024 17:42:19 +0100 Subject: [PATCH] Updates --- .install/backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.install/backup.sh b/.install/backup.sh index ed24d52..abf1726 100755 --- a/.install/backup.sh +++ b/.install/backup.sh @@ -36,6 +36,8 @@ echo -e "${NONE}" cp ~/.bashrc ~/dotfiles-versions/backups/$datets/.bashrc-old echo ":: Existing .bashrc file found in homefolder. .bashrc-old created" fi + echo + echo ":: PLEASE NOTE: You can create a fresh installation of teh dotfiles by removing the folder ~/dotfiles" elif [ $? -eq 130 ]; then exit 130 else