a
This commit is contained in:
parent
daade8b449
commit
e24276fd6b
1 changed files with 3 additions and 0 deletions
|
|
@ -119,7 +119,10 @@ setup_dns
|
||||||
|
|
||||||
# Initial Package Installation
|
# Initial Package Installation
|
||||||
if [[ $(get_distro) = "alpine" ]]; then
|
if [[ $(get_distro) = "alpine" ]]; then
|
||||||
|
tput setaf 2; tput bold; echo "Installing/Updating/Upgrading Packages"; tput sgr0;
|
||||||
|
|
||||||
edge_package_flags='--update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted'
|
edge_package_flags='--update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted'
|
||||||
|
|
||||||
apk update -q
|
apk update -q
|
||||||
apk upgrade
|
apk upgrade
|
||||||
apk add -q ndisc6 $edge_package_flags
|
apk add -q ndisc6 $edge_package_flags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue