tweak wording
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds

This commit is contained in:
Starbeamrainbowlabs 2021-11-26 22:19:33 +00:00
parent 1ba923e551
commit 1b85d4552c
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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