You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When pulling and installing a nightly or stable arturo version through curl on linux, it is placed correctly in /home//.arturo/bin/
but it is not executable by default (chmod !=666)
This causes an error "arturo not found" when running $ arturo
I think your idea about chmoding the target binary makes sense.
The truth is this Curl-based script for installing Arturo were a nice, initial idea but in the end I haven't really fine-tuned them. I guess it's time I should! 😉
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
When pulling and installing a nightly or stable arturo version through curl on linux, it is placed correctly in /home//.arturo/bin/
but it is not executable by default (chmod !=666)
This causes an error "arturo not found" when running $ arturo
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the installer should make arturo executable?
Desktop (please complete the following information):
Additional context
Should be solveable by adding a "| chmod +x /home//.arturo/bin/arturo " into the onliner (untested)
The text was updated successfully, but these errors were encountered: