install_linux.sh missing from release
The utils folder of the v1.000 release zip does not include the install_linux.sh script, but does include the macos version.
README.md at root also omits https://github.com/githubnext/monaspace#linux.
I think install_linux.sh should be updated or documentation should. Specifically paths in this script are relative to repository root while in docs and other scripts it is relative to util folder.
cp ./fonts/otf/* ~/.local/share/fonts -> cp ../fonts/otf/* ~/.local/share/fonts
cp ./fonts/variable/* ~/.local/share/fonts -> cp ../fonts/variable/* ~/.local/share/fonts
P.S. personally I didn't have ~/.local/share/fonts and script failed.