Update 200328
If you are on a version prior to 200218, DO NOT USE SYSTEM > UPDATE.
You must update manually via SSH. Instructions are on the release page: https://github.com/fates-project/norns/releases/tag/2.3.1
If you are on 200218
use SYSTEM > UPDATE while connected to the internet.
(please report back if that does not work)
If you are on 200323 you need to do some extra steps via SSH*
First you want to SSH to the machine and do
cd ~/norns
git status
if this says you are ahead by X commits, then you will need to do the following:
git reset --hard origin/master
git pull
git submodule update --recursive --init
then SYSTEM>RESET
and then SYSTEM>UPDATE
* I broke something in the last update so this fixes it.
Sorry for the screw up everyone