Browse Source

Update install.sh

molon 4 years ago
parent
commit
96bfd05b75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/install.sh

+ 1 - 0
scripts/install.sh

@@ -74,6 +74,7 @@ EOF
 }
 
 # run `ifconifg -a` to get eth device name to replace ens3
+# or https://superuser.com/questions/203272/list-only-the-device-names-of-all-available-network-interfaces
 gen_ifconfig() {
     cat <<EOF
 $(awk -F "/" '{print "ifconfig ens3 inet6 add " $5 "/64"}' ${WORKDATA})