From 1b85d4552cc4c88e5628dc302d5f941c3c464e1a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 26 Nov 2021 22:19:33 +0000 Subject: [PATCH] tweak wording --- src/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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