diff --git a/setup/so-functions b/setup/so-functions index 69bf6d0db..ae01527e4 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2184,7 +2184,7 @@ set_proxy() { "}" > /root/.docker/config.json # Set proxy for package manager - if [[ $is_rocky | $is_centos ]]; then + if [[ $is_rocky || $is_centos ]]; then echo "proxy=$so_proxy" >> /etc/yum.conf else # Set it up so the updates roll through the manager