[viirb] add script to do step1+2 together
This commit is contained in:
parent
ff3214e46a
commit
245c89a3af
1 changed files with 12 additions and 0 deletions
12
viirb1-2-together.sh
Normal file
12
viirb1-2-together.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "$0 viirb-id"
|
||||
echo " viirb-id: number in decimal format"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
id=$1; shift
|
||||
|
||||
./viirb-1-connect-flash-latest-openwrt.sh eth0 192.168.61.1
|
||||
./viirb-2-configure-fully-after-upgrade.sh
|
Loading…
Reference in a new issue