This commit is contained in:
ahmadbilalkhalid 2019-09-02 22:42:08 +05:00
parent 8056d1e9c6
commit 2f7481dc97
1 changed files with 3 additions and 3 deletions

View File

@ -114,9 +114,9 @@ setup_dns
if [[ $(get_distro) = "alpine" ]]; then if [[ $(get_distro) = "alpine" ]]; then
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 apk update -q
apk add ndisc6 $edge_package_flags apk add -q ndisc6 $edge_package_flags
apk add openssh-server sfdisk util-linux jq curl ncurses apk add -q openssh-server sfdisk util-linux jq curl ncurses
else else
echo "Unsupported OS" echo "Unsupported OS"
exit 1 exit 1