quick fixes:
- paths work correctly (psets, requires, tape)
- playfair and less_concepts fixed
manual update via ssh/screen:
cd ~/norns
git pull
cd ~/dust/we
git pull
fixed update installer forthcoming. again i apologize for the trouble.
script updating addendum, important!
in an effort to facilitate script sharing we moved folders around, again (i’m sorry!)
with engines and engine libs now living in /dust/we/lib you now need to change some require paths if they use engine libs:
require 'ack'
needs to change to
require 'we/lib/ack'
this seems more complicated, but it actually introduces a lot of sensible correlation to the dust file tree, and allows many people to have the same-named lua files without conflicts.
so if your scripts are not seeing engine lua files, this is this fix!