This commit is contained in:
Bachir Soussi Chiadmi 2015-03-12 18:27:41 +01:00
parent 13c4dc91eb
commit 35ae231c85

View File

@ -7,16 +7,20 @@
# http://web-74.com/blog/reseaux/gerer-le-deploiement-facilement-avec-git/
#
echo "This script has been tested only on Linux Debian 7"
echo -e "\033[35;1mThis script has been tested only on Linux Debian 7 \033[0m"
echo "Please run this script as root"
read -e -p "Should we start ? [Y:n]" i "y" start
read -e -p "Should we start ? [Y:n]" start
name=${name:-y}
if [start != 'y']; then
exit
break;
fi
echo "* * *"
apt-get update
apt-get upgrade
# get the current position
_cwd="$(pwd)"