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
{{ message }}
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
The scripts aren't marked as executables in Linux. You can't just simply launch ./ghostman or ./quicksetup.sh, you can run them with 'sh' or 'source' but not by themselves. This is fixed by doing chmod a+x for all the executables.
The scripts aren't marked as executables in Linux. You can't just simply launch
./ghostmanor./quicksetup.sh, you can run them with 'sh' or 'source' but not by themselves. This is fixed by doingchmod a+xfor all the executables.