This commit is contained in:
ahmadbilalkhalid 2019-10-24 12:49:10 +05:00
parent daade8b449
commit e24276fd6b
1 changed files with 3 additions and 0 deletions

View File

@ -119,7 +119,10 @@ setup_dns
# Initial Package Installation
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'
apk update -q
apk upgrade
apk add -q ndisc6 $edge_package_flags