sorted script

This commit is contained in:
2023-12-01 21:14:05 -06:00
parent 2a4b9fa76e
commit d575dd8f53

View File

@@ -1,9 +1,14 @@
#!/bin/ash
# apk update and install essentials
apk update
apk upgrade
apk add bash nano curl wget qemu-guest-agent git --no-cache
apk update && apk upgrade
apk add nano
nano /etc/apk/respositories
apk add curl wget qemu-guest-agent git bash-doc bash-completion --no-cache
# change default shell to bash
sed -i 's/ash/bash/g' /etc/passwd
# git config
git config --global credential.helper store