File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22# Copied from: https://github.com/iiab/iiab-factory/blob/master/install.txt
3-
3+ # Copied https://github.com/jvonau/iiab-factory/iiab-upgrade/7.2-install.txt
44# To install Internet-in-a-Box (IIAB) 7.2 / pre-release onto Raspberry Pi OS,
55# Ubuntu 20.04 or Debian 10, run this 1-line installer:
66#
77# curl d.iiab.io/install.txt | sudo bash
8-
8+ # curl https://raw.githubusercontent.com/jvonau/iiab-factory/iiab-upgrade/7.2-install.txt | sudo bash
99# 1. WARNING: NOOBS IS *NOT* SUPPORTED, as its partitioning is very different.
1010# On a Raspberry Pi, WE RECOMMEND YOU INSTALL THE LATEST RASPBERRY PI OS:
1111# https://www.raspberrypi.org/documentation/installation/installing-images/README.md
@@ -82,6 +82,10 @@ if [ -d iiab-factory ]; then
8282 git pull
8383 git branch -D $BRANCH & > /dev/null || true
8484 git checkout -b $BRANCH
85+ # testing
86+ git branch -D iiab-upgrade & > /dev/null || true
87+ git checkout -b iiab-upgrade
88+ git pull https://github.com/jvonau/iiab-factory.git iiab-upgrade
8589 cp --remove-destination $BASE /iiab-factory/iiab /usr/sbin/iiab
8690 cp --remove-destination $BASE /iiab-factory/iiab-upgrade /usr/sbin/iiab-upgrade
8791else
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ REINSTALL=""
1515INTERACTIVE=1
1616UPDATE=0
1717MASTER=1
18- test=" none"
19- # test="iiab-upgrade"
18+ # test="none"
19+ test=" iiab-upgrade"
2020MIN_RPI_KERN=1336
2121SELFUPDATE_SCRIPT=" /tmp/.updateScript.sh"
2222# scrape the command line
You can’t perform that action at this time.
0 commit comments