Commit d25615cc authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Enable contrib and non-free repositories for libapache2-mod-fastcgi which is...

Enable contrib and non-free repositories for libapache2-mod-fastcgi which is not in the main repository
parent 2919a1ba
......@@ -184,6 +184,10 @@ if [[ $family == "Ubuntu" ]]; then
service apparmor stop
update-rc.d -f apparmor remove
apt-get -y -qq remove apparmor apparmor-utils
else
grep -q "contrib" /etc/apt/sources.list || sed -i 's|main|main contrib|' /etc/apt/sources.list
grep -q "non-free" /etc/apt/sources.list || sed -i 's|contrib|contrib non-free|' /etc/apt/sources.list
debconf-apt-progress -- apt-get update
fi
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment