Browse Source

Update 'update_vcn.sh'

panda 1 year ago
parent
commit
56194e0780
1 changed files with 2 additions and 2 deletions
  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"