From 245c89a3af6079f85e2d78f443bc1d87c445c2ac Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 1 Aug 2020 12:37:51 +0200 Subject: [PATCH] [viirb] add script to do step1+2 together --- viirb1-2-together.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 viirb1-2-together.sh diff --git a/viirb1-2-together.sh b/viirb1-2-together.sh new file mode 100644 index 0000000..b18c4d8 --- /dev/null +++ b/viirb1-2-together.sh @@ -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