7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 00:20:49 +00:00

Fix tutor binary permission error on MacOSX

This commit is contained in:
Omar Al-Ithawi 2019-07-23 18:18:15 +03:00 committed by Régis Behmo
parent b2f18fd784
commit 82b985d326

View File

@ -3,4 +3,4 @@
.. parsed-literal::
sudo curl -L "\ https\ ://github.com/overhangio/tutor/releases/download/v\ |tutor_version|/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor