Quellcode durchsuchen

Update install.sh

molon vor 4 Jahren
Ursprung
Commit
bda702546b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -85,7 +85,7 @@ EOF
 # or https://superuser.com/questions/203272/list-only-the-device-names-of-all-available-network-interfaces
 # or https://superuser.com/questions/203272/list-only-the-device-names-of-all-available-network-interfaces
 gen_ifconfig() {
 gen_ifconfig() {
     cat <<EOF
     cat <<EOF
-$(awk -F "/" '{print "ifconfig eth0 inet6 add " $5 "/64"}' ${WORKDATA})
+$(awk -F "/" '{print "ifconfig eth0 inet6 add " $5 "/112"}' ${WORKDATA})
 EOF
 EOF
 }
 }
 echo "installing apps"
 echo "installing apps"