Apt cache prompts at fresh install and locales issue
Description
apt-cacher-ng asks something. We have to prevent that.
/home/igorp/actions-runner/_work/build/build/build/lib/general.sh: line 1029: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
apt-cacher-ng asks something. We have to prevent that.
/home/igorp/actions-runner/_work/build/build/build/lib/general.sh: line 1029: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
Fix for this is: sudo locale-gen "en_US.UTF-8"
Clean Ubuntu Hirsute server install.