Skip to content

Commit

Permalink
Revert before merging
Browse files Browse the repository at this point in the history
how to use and where found revert when done testing
  • Loading branch information
jvonau committed Sep 10, 2020
1 parent b6b4a05 commit 8c3ec41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions 7.2-install.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions iiab-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c3ec41

Please sign in to comment.