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 Aug 3, 2024. It is now read-only.
$ curl -sSL https://raw.github.com/jessedoyle/isight-cli/master/installer.sh | bashDownloading script from: https://raw.githubusercontent.com/jessedoyle/isight-cli/master/isight...main: line 31: /usr/local/bin/isight: Permission deniedchmod: /usr/local/bin/isight: No such file or directoryInstallation complete!Please execute the command: 'isight help' in your terminal.
A fix would be to have the installer use sudo, I changed the installation path to work around it:
Hey @jessedoyle, first off thanks for your work! 🚀
As of 2023, the installer.sh file fails with:
A fix would be to have the installer use
sudo, I changed the installation path to work around it:isight-cli/installer.sh
Line 27 in dfbc39d
To the following:
INSTALL_PATH="$HOME/$APP_NAME".Now we have the script correctly installed under our
$HOMEdir, but it still fails to work: