diff --git a/VERSION b/VERSION index 945273a..f2457ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.00 \ No newline at end of file +1.01 diff --git a/debian-installer.sh b/debian-installer.sh index e6945cb..0822364 100644 --- a/debian-installer.sh +++ b/debian-installer.sh @@ -1,6 +1,6 @@ #!/bin/bash -INSTALLERVERSION="0.9" +INSTALLERVERSION="1.1" if [[ $(whoami) != "root" ]]; then echo "You must be root to run this script!"