updated scripts for testing
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#!/bin/ash
|
||||
|
||||
if [ "$EUID" -ne 0 ]
|
||||
then
|
||||
echo "Please run as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
apk update
|
||||
apk add sudo
|
||||
echo '%akanealw ALL=(ALL) ALL' > /etc/sudoers.d/akanealw
|
||||
|
||||
Reference in New Issue
Block a user