Install Failing - Lab Material for Assembly Course

Hey all,
Has anyone successfully installed the templateMake software for the Assembly course? I keep getting directory not found errors and think that are some issues with the install scripts provided.

I ended up editing the ‘fix.sh’ script to add “-p” argument to the mkdir commands in it and adjusting the $HOME directory to pwd. There were a lot of assumptions hardcoded about where the files would be saved and the pwd at script runtime.
But turns out most the scripts in the project are like that so likely just going to watch the videos instead of tweaking each script…