diff --git a/src/run.sh b/src/run.sh index ecea81c..913ea62 100755 --- a/src/run.sh +++ b/src/run.sh @@ -112,7 +112,7 @@ stage_begin "Configuring software choices"; # TODO: hostname -if ask_yesno "Use apt cache?"; then +if ask_yesno "Use apt-cacher-ng server?"; then source ./steps-config/10-apt-cache.sh; fi