added alpine scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
apk update
|
||||
apk add sudo
|
||||
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
|
||||
adduser akanealw wheel
|
||||
Reference in New Issue
Block a user