diff --git a/network/update-proxy-configs b/network/update-proxy-configs index 3264f6d..0d9bc59 100755 --- a/network/update-proxy-configs +++ b/network/update-proxy-configs @@ -114,6 +114,7 @@ if [ -e /etc/dnf/dnf.conf ]; then fi # The same goes for PackageKit... +# https://bugs.freedesktop.org/show_bug.cgi?id=96788 if [ -e /etc/PackageKit/PackageKit.conf ]; then update_conf /etc/PackageKit/PackageKit.conf "ProxyHTTP=$PROXY_ADDR" fi