Commit 9b80993e authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Debian backports - Required for Letsencrypt when installing on Jessie

parent bf578b5d
...@@ -188,6 +188,7 @@ if [[ $family == "Ubuntu" ]]; then ...@@ -188,6 +188,7 @@ if [[ $family == "Ubuntu" ]]; then
else else
grep -q "contrib" /etc/apt/sources.list || sed -i 's|main|main contrib|' /etc/apt/sources.list 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 grep -q "non-free" /etc/apt/sources.list || sed -i 's|contrib|contrib non-free|' /etc/apt/sources.list
grep -q "deb http://ftp.debian.org/debian jessie-backports main" /etc/apt/sources.list || echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
debconf-apt-progress -- apt-get update debconf-apt-progress -- apt-get update
fi 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