From a8b574e51ccf4231da19034924615244a85e26f5 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 12 Sep 2011 08:25:28 +0300 Subject: [PATCH] install.sh: Fixed warning. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 0e53ba42..28d6eaae 100755 --- a/install.sh +++ b/install.sh @@ -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