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 6aac816 commit 7edb507Copy full SHA for 7edb507
install/hst-install-debian.sh
@@ -597,7 +597,7 @@ fi
597
598
# Installing Backport repo for debian 8
599
if [ "$release" -eq 8 ]; then
600
- echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
+ echo "deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
601
fi
602
603
# Installing Backport repo for debian 10
0 commit comments