sorted script
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
#!/bin/ash
|
#!/bin/ash
|
||||||
|
|
||||||
# apk update and install essentials
|
# apk update and install essentials
|
||||||
apk update
|
apk update && apk upgrade
|
||||||
apk upgrade
|
apk add nano
|
||||||
apk add bash nano curl wget qemu-guest-agent git --no-cache
|
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
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
|
|||||||
Reference in New Issue
Block a user