Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
9b80993e
Commit
9b80993e
authored
Jan 12, 2018
by
Igor Pecovnik
Browse files
Debian backports - Required for Letsencrypt when installing on Jessie
parent
bf578b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
softy
View file @
9b80993e
...
...
@@ -188,6 +188,7 @@ if [[ $family == "Ubuntu" ]]; then
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
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
fi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment