We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545b4b5 commit 4d29811Copy full SHA for 4d29811
install/hst-install-debian.sh
@@ -540,6 +540,11 @@ else
540
APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com CBCB082A1BB943DB > /dev/null 2>&1
541
fi
542
543
+# Installing Backport repo for debian 8
544
+if [ "$release" -eq 8 ]; then
545
+ echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
546
+fi
547
+
548
# Installing hestia repo
549
echo "deb https://$RHOST/ $codename main" > $apt/hestia.list
550
wget --quiet https://gpg.hestiacp.com/deb_signing.key -O /tmp/deb_signing.key
0 commit comments