added alpine scripts

This commit is contained in:
2023-12-01 20:39:22 -06:00
parent 8cc6e20472
commit f41828217f
4 changed files with 43 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
apk update
apk add sudo
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
adduser akanealw wheel