This commit is contained in:
Stephan Raabe 2024-02-22 17:42:19 +01:00
parent 91d497ff07
commit 515292ef95

View File

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