Ver Fonte

fix backport apt name

Serghey Rodin há 7 anos atrás
pai
commit
af37f5cbef
1 ficheiros alterados com 1 adições e 1 exclusões
  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