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
136a520b
Commit
136a520b
authored
May 09, 2018
by
Igor Pecovnik
Browse files
TVheadend breaks install on Stretch, workaround
parent
d6679792
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-software
View file @
136a520b
...
...
@@ -617,8 +617,17 @@ if [ ! -f /etc/apt/sources.list.d/tvheadend.list ]; then
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 >/dev/null 2>
&
1
fi
if [[ $distribution == "stretch" ]]; then
URL="http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_"$(dpkg --print-architecture)".deb"
fancy_wget "$URL" "-O ${TEMP_DIR}/package.deb"
dpkg -i ${TEMP_DIR}/package.deb >/dev/null 2>
&
1
local pkglist="libssl-doc zlib1g-dev tvheadend xmltv-util"
else
local pkglist="libssl-doc libssl1.0.0 zlib1g-dev tvheadend xmltv-util"
fi
debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get -y install
libssl-doc libssl1.0.0 zlib1g-dev tvheadend xmltv-util
debconf-apt-progress -- apt-get -y install
$pkglist
}
...
...
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