removed root check

This commit is contained in:
2023-12-02 07:30:21 -06:00
parent ce766aba9b
commit 4431120cb2

View File

@@ -1,11 +1,5 @@
#!/bin/ash
if [ "$EUID" -ne 0 ]
then
echo "Please run as root"
exit
fi
# apk update and install essentials
apk update && apk upgrade
apk add nano sudo pwgen curl wget qemu-guest-agent git bash-doc bash-completion --no-cache