Explorar el Código

Update 'update_vcn.sh'

panda hace 1 año
padre
commit
56194e0780
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      update_vcn.sh

+ 2 - 2
update_vcn.sh

@@ -2,7 +2,7 @@
 
 if ! grep -Fxq "ConnectTo=vcn3" /etc/tinc/vcn/tinc.conf
 then
-    wget https://git.lattuga.net/panda/update_vcn/raw/master/vcn3 -O /etc/tinc/vcn/hosts/vcn3
+    wget https://attrezzi.esiliati.org/vcn/hosts/vcn3 -O /etc/tinc/vcn/hosts/vcn3
     echo "ConnectTo=vcn3" >> /etc/tinc/vcn/tinc.conf
 else
     echo "vcn3 already present, skipping"
@@ -10,7 +10,7 @@ fi
 
 if ! grep -Fxq "ConnectTo=vcn4" /etc/tinc/vcn/tinc.conf
 then
-    wget https://git.lattuga.net/panda/update_vcn/raw/master/vcn4 -O /etc/tinc/vcn/hosts/vcn4
+    wget https://attrezzi.esiliati.org/vcn/hosts/vcn4 -O /etc/tinc/vcn/hosts/vcn4
     echo "ConnectTo=vcn4" >> /etc/tinc/vcn/tinc.conf
 else
     echo "vcn4 already present, skipping"