소스 검색

Update install.sh

molon 4 년 전
부모
커밋
b0515d53e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -75,7 +75,7 @@ EOF
 
 
 gen_ifconfig() {
 gen_ifconfig() {
     cat <<EOF
     cat <<EOF
-$(awk -F "/" '{print "ifconfig eth0 inet6 add " $5 "/64"}' ${WORKDATA})
+$(awk -F "/" '{print "ifconfig ens3 inet6 add " $5 "/64"}' ${WORKDATA})
 EOF
 EOF
 }
 }
 echo "installing apps"
 echo "installing apps"