testing alpine-essentials script
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/ash
|
#!/bin/ash
|
||||||
|
|
||||||
|
# edit repositories
|
||||||
|
echo "http://dl-cdn.alpinelinux.org/alpine/v3.18/main" > /etc/apk/repositories
|
||||||
|
echo "http://dl-cdn.alpinelinux.org/alpine/v3.18/community" >> /etc/apk/repositories
|
||||||
|
|
||||||
# apk update and install essentials
|
# apk update and install essentials
|
||||||
apk update && apk upgrade
|
apk update && apk upgrade
|
||||||
apk add nano sudo pwgen curl wget qemu-guest-agent git bash-doc bash-completion --no-cache
|
apk add nano sudo pwgen curl wget qemu-guest-agent git bash-doc bash-completion --no-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user