fix and finally ran

This commit is contained in:
iceBear67
2026-06-16 16:42:28 +08:00
parent 71f46fb430
commit bd3df67542
13 changed files with 859 additions and 77 deletions

View File

@@ -32,7 +32,6 @@ rc-update add net.eth0 default
rc-update add acpid default
rc-update add docker default
rc-update add cronie default
rc-update add mount boot
step 'Clean up APK cache and documents'
rm -rf /var/cache/apk/* || true
@@ -43,8 +42,8 @@ rm -rf \
/usr/share/info
step 'Setup git user'
git config --user.email bearnet+keeper@sab.ee
git config --user.name "B.B.K.K.B.K.K"
git config --global user.email bearnet+keeper@sab.ee
git config --global user.name "B.B.K.K.B.K.K"
adduser -S keeper
mkdir /users
chown keeper /users