mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 19:22:46 +01:00
install.sh: Fixed warning.
This commit is contained in:
parent
bfca6b9cd0
commit
a8b574e51c
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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."
|
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..."
|
echo "Taking backups..."
|
||||||
touch ~/.bashrc # Creates .bashrc if you don't have one.
|
touch ~/.bashrc # Creates .bashrc if you don't have one.
|
||||||
cat ~/.bashrc > ~/.bashrc.default.backup # Backups your current .bashrc
|
cat ~/.bashrc > ~/.bashrc.default.backup # Backups your current .bashrc
|
||||||
|
Loading…
Reference in New Issue
Block a user