Serghey Rodin пре 7 година
родитељ
комит
af37f5cbef
1 измењених фајлова са 1 додато и 1 уклоњено
  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
     if [ ! -e /etc/apt/sources.list.d/backports.list ]; then
         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