removed root check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user