diff --git a/debian-installer.sh b/debian-installer.sh index 2f4c7ca..dc51355 100644 --- a/debian-installer.sh +++ b/debian-installer.sh @@ -1,6 +1,6 @@ #!/bin/bash -INSTALLERVERSION="1.01.03" +INSTALLERVERSION="1.01.04" if [[ $(whoami) != "root" ]]; then echo "You must be root to run this script!"