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
I tried to install syscheck on my iMac today, using:
sudo sh -c "`curl --silent --location https://raw.githubusercontent.com/locochris/syscheck/master/install.sh`"
Password:
The following feedback displayed:
mkdir -p /usr/local/bin
install bin/shpec /usr/local/bin/
mkdir -p /usr/local/bin
install bin/syscheck /usr/local/bin/
41:43: syntax error: A unknown token can’t go after this “"”. (-2740)
So curiously, I attempted to see what the syntax was about. But, your install source file is only 38 lines long. Which file is the 41:43:syntax error referring too?
The text was updated successfully, but these errors were encountered:
I tried to install syscheck on my iMac today, using:
Password:
The following feedback displayed:
So curiously, I attempted to see what the syntax was about. But, your install source file is only 38 lines long. Which file is the 41:43:syntax error referring too?
The text was updated successfully, but these errors were encountered: