summaryrefslogtreecommitdiffstats
path: root/setup-alpine.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-alpine.in')
-rw-r--r--setup-alpine.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup-alpine.in b/setup-alpine.in
index 8d1aa0f..29bb868 100644
--- a/setup-alpine.in
+++ b/setup-alpine.in
@@ -67,3 +67,9 @@ _hn=${_hn%%.*}
sed -i -e "s/^127\.0\.0\.1.*/127.0.0.1\t${_hn}.${_dn:-$(get_fqdn)} ${_hn} localhost.localdomain localhost/" /etc/hosts
+printf "Setup internet apk repositories? [y/N]?"
+default_read setuprepos "n"
+
+if [ $setuprepos == "Y" ] || [ $setuprepos == "y" ]; then
+ $PREFIX/sbin/setup-apkrepos
+fi