monaspace icon indicating copy to clipboard operation
monaspace copied to clipboard

Fix install_linux.sh paths

Open mikkovedru opened this issue 2 years ago • 1 comments

Otherwise the instuctions of:

$ cd util
$ bash ./install_linux.sh

will lead to copying path errors:

cp: cannot stat './fonts/otf/*': No such file or directory
cp: cannot stat './fonts/variable/*': No such file or directory

mikkovedru avatar Nov 30 '23 02:11 mikkovedru

The more simple solution would be to just change the instruction command to:

bash util/install_linux.sh

cloudishBenne avatar Dec 18 '23 02:12 cloudishBenne

Fixed in the batch of commits around 93c4bcdb772fe34c4aef415a87e1521ae9947012. Thank you!

idan avatar May 09 '24 18:05 idan