I have tried following this method to install MTPro 2 lite:
https://github.com/jamespfennell/mathtime-installer/
However, when I go to type
chmod +x ./mtpro2-texlive.sh
into the terminal, it tells me
chmod: Unable to change file mode on ./mtpro2-texlive.sh: Operation not permitted
How do I go about fixing this?
Thanks.
sudo chmod ...?bash mtpro2-texlive.sh(that is normally the same as giving it execute rights and running it).sudo sh mtpro2-texlive.shto run the script andsudo updmap-sys enable <name of map file>. it should ask for your password.