Explorar o código

Update debian 8 backports to archive repo.

Raphael Schneeberger %!s(int64=6) %!d(string=hai) anos
pai
achega
7edb507529
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -597,7 +597,7 @@ fi
 
 
 # Installing Backport repo for debian 8
 # Installing Backport repo for debian 8
 if [ "$release" -eq 8 ]; then
 if [ "$release" -eq 8 ]; then
-    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
 fi
 fi
 
 
 # Installing Backport repo for debian 10
 # Installing Backport repo for debian 10