Update debian-installer.sh

This commit is contained in:
Ze'ev Schurmann 2025-05-07 08:01:12 +02:00
parent f30d25b8ae
commit e24d76ab92
1 changed files with 1 additions and 1 deletions

View File

@ -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!"