Skip to content

Commit

Permalink
v4.7.6
Browse files Browse the repository at this point in the history
Use an absolute path instead of a relative one to get into Settings
after updating /opt/scripts/boot to desired commit. SOFT-541
  • Loading branch information
Jake Danczyk committed Nov 19, 2020
1 parent 62b2080 commit d26a93c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions postUpdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ fi
./ensureTmpRemotesAdded.sh
./ensurePublicKeysAdded.sh

# Update /opt/scripts/boot to commit b61125c1485bee929340cacc06c85c6fcfd678bc
# This commit changes the ethernet-over-usb protocol used with macOS from ECM
# to NCM, because with v11 macOS no longer supports ECM
cd /opt/scripts/boot

sudo git fetch origin
sudo git checkout b61125c1485bee929340cacc06c85c6fcfd678bc

cd ~/pocketnc/Settings

cd /home/pocketnc/pocketnc/Settings

if [ -x ./dtc.sh ]; then
sudo ./dtc.sh
Expand Down

0 comments on commit d26a93c

Please sign in to comment.