a
This commit is contained in:
parent
bd9b7a5479
commit
6bf935faf4
1 changed files with 2 additions and 2 deletions
4
init.sh
4
init.sh
|
|
@ -1,11 +1,11 @@
|
|||
# Enable Alpine (3.10 + Edge) Repos
|
||||
cat > /etc/apk/repositories << END \
|
||||
cat > /etc/apk/repositories << EOF
|
||||
http://dl-cdn.alpinelinux.org/alpine/v3.10/main
|
||||
http://dl-cdn.alpinelinux.org/alpine/v3.10/community
|
||||
http://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||
http://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||
http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||
END
|
||||
EOF
|
||||
|
||||
|
||||
# Update Package List and Upgrade System
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue