at-cache: shellcheck
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:08:07 +00:00
parent 62966211c1
commit ef211cab3f
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -6,7 +6,7 @@ enable_apt_cache() {
task_begin "Configuring ${apt_caching_server} as apt cache"; task_begin "Configuring ${apt_caching_server} as apt cache";
subtask_begin "Updating apt configuration"; subtask_begin "Updating apt configuration";
echo 'Acquire::http { Proxy \"${apt_caching_server}\"; }' >/etc/apt/apt.conf.d/proxy echo "Acquire::http { Proxy \"${apt_caching_server}\"; }" >/etc/apt/apt.conf.d/proxy
subtask_end "$?"; subtask_end "$?";
# From /etc/os-release - see run.sh # From /etc/os-release - see run.sh