From 4431120cb29bd5269161e31ad49edd357b4f09c5 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 2 Dec 2023 07:30:21 -0600 Subject: [PATCH] removed root check --- alpine/alpine-essentials.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/alpine/alpine-essentials.sh b/alpine/alpine-essentials.sh index 5518616..cb2bcb9 100644 --- a/alpine/alpine-essentials.sh +++ b/alpine/alpine-essentials.sh @@ -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