Parcourir la source

install: Fix tor repository distribution (we uses jessie right now)

Closes: #8
Sebastien Badia il y a 9 ans
Parent
commit
36a71091d9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -32,7 +32,7 @@ if [ ! -e /tmp/.ynh-hotspot-started ]; then
   echo "hotspot not started and/or not installed"
   echo "hotspot not started and/or not installed"
 fi
 fi
 
 
-echo 'deb http://deb.torproject.org/torproject.org wheezy main' | sudo tee "/etc/apt/sources.list.d/torproject.list"
+echo 'deb http://deb.torproject.org/torproject.org jessie main' | sudo tee "/etc/apt/sources.list.d/torproject.list"
 
 
 gpg --keyserver keys.gnupg.net --recv 886DDD89
 gpg --keyserver keys.gnupg.net --recv 886DDD89
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -