at-cache: shellcheck
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds
This commit is contained in:
parent
62966211c1
commit
ef211cab3f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ enable_apt_cache() {
|
|||
task_begin "Configuring ${apt_caching_server} as apt cache";
|
||||
|
||||
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 "$?";
|
||||
|
||||
# From /etc/os-release - see run.sh
|
||||
|
|
Loading…
Reference in a new issue