Prechádzať zdrojové kódy

fix backport apt name

Serghey Rodin 7 rokov pred
rodič
commit
af37f5cbef
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      install/vst-install-debian.sh

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

@@ -485,7 +485,7 @@ if [ "$release" -eq 8 ]; then
     fi
     fi
     if [ ! -e /etc/apt/sources.list.d/backports.list ]; then
     if [ ! -e /etc/apt/sources.list.d/backports.list ]; then
         echo "deb http://archive.debian.org/debian jessie-backports main" >\
         echo "deb http://archive.debian.org/debian jessie-backports main" >\
-            /etc/apt/sources.list.d/vesta.list
+            /etc/apt/sources.list.d/backports.list
     fi
     fi
 fi
 fi