mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
install.sh: Fixed warning.
This commit is contained in:
parent
bfca6b9cd0
commit
a8b574e51c
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "If you are upgrading, press ctrl + c NOW! You have 15 seconds time to cancel this. rerunning this script will overwrite your backups and it makes uninstall.sh useless."
|
||||
sleep 15;
|
||||
echo "Taking backups..."
|
||||
touch ~/.bashrc # Creates .bashrc if you don't have one.
|
||||
cat ~/.bashrc > ~/.bashrc.default.backup # Backups your current .bashrc
|
||||
|
Loading…
Reference in New Issue
Block a user