From e24d76ab9274c8cf277ad0ba439ee20618a3efc2 Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Wed, 7 May 2025 08:01:12 +0200 Subject: [PATCH] Update debian-installer.sh --- debian-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"