diff --git a/7.2-install.txt b/7.2-install.txt index 212e1f2c..b00d878c 100644 --- a/7.2-install.txt +++ b/7.2-install.txt @@ -1,11 +1,11 @@ #!/bin/bash # Copied from: https://github.com/iiab/iiab-factory/blob/master/install.txt - +# Copied https://github.com/jvonau/iiab-factory/iiab-upgrade/7.2-install.txt # To install Internet-in-a-Box (IIAB) 7.2 / pre-release onto Raspberry Pi OS, # Ubuntu 20.04 or Debian 10, run this 1-line installer: # # curl d.iiab.io/install.txt | sudo bash - +#curl https://raw.githubusercontent.com/jvonau/iiab-factory/iiab-upgrade/7.2-install.txt | sudo bash # 1. WARNING: NOOBS IS *NOT* SUPPORTED, as its partitioning is very different. # On a Raspberry Pi, WE RECOMMEND YOU INSTALL THE LATEST RASPBERRY PI OS: # https://www.raspberrypi.org/documentation/installation/installing-images/README.md @@ -82,6 +82,10 @@ if [ -d iiab-factory ]; then git pull git branch -D $BRANCH &> /dev/null || true git checkout -b $BRANCH + # testing + git branch -D iiab-upgrade &> /dev/null || true + git checkout -b iiab-upgrade + git pull https://github.com/jvonau/iiab-factory.git iiab-upgrade cp --remove-destination $BASE/iiab-factory/iiab /usr/sbin/iiab cp --remove-destination $BASE/iiab-factory/iiab-upgrade /usr/sbin/iiab-upgrade else diff --git a/iiab-upgrade b/iiab-upgrade index 978e1264..7cacbd06 100755 --- a/iiab-upgrade +++ b/iiab-upgrade @@ -15,8 +15,8 @@ REINSTALL="" INTERACTIVE=1 UPDATE=0 MASTER=1 -test="none" -#test="iiab-upgrade" +#test="none" +test="iiab-upgrade" MIN_RPI_KERN=1336 SELFUPDATE_SCRIPT="/tmp/.updateScript.sh" # scrape the command line