Skip to content

Commit 8c3ec41

Browse files
committed
Revert before merging
how to use and where found revert when done testing
1 parent b6b4a05 commit 8c3ec41

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

7.2-install.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
8791
else

iiab-upgrade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ REINSTALL=""
1515
INTERACTIVE=1
1616
UPDATE=0
1717
MASTER=1
18-
test="none"
19-
#test="iiab-upgrade"
18+
#test="none"
19+
test="iiab-upgrade"
2020
MIN_RPI_KERN=1336
2121
SELFUPDATE_SCRIPT="/tmp/.updateScript.sh"
2222
# scrape the command line

0 commit comments

Comments
 (0)