From e019edfe1bf2155d1ea0f9cb762ab9639b008af1 Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Tue, 6 May 2025 23:36:24 +0200 Subject: [PATCH] v1.01 --- VERSION | 2 +- debian-installer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!"