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
Thank you very much for providing this script Steps to Reproduce:
Clone the repository.
Run ./bootstrap.sh.
Provide the root password when prompted.
Observe the error message.
Expected Behavior:
The script should successfully copy and set the correct permissions for wifi-loc-control.sh without any permission errors.
Actual Behavior:
The script fails to copy wifi-loc-control.sh to /usr/local/bin/ due to a permission denied error.
Environment:
macOS version: [macOS 14.6.1]
Shell: [zsh]
Terminal: [iTerm2]
Additional Information:
It seems that the script either doesn't have the required permissions or there's a problem with the file path during the installation process. Please look into this issue and advise on how to resolve it.
The text was updated successfully, but these errors were encountered:
Thank you very much for providing this script
Steps to Reproduce:
./bootstrap.sh
.Expected Behavior:
The script should successfully copy and set the correct permissions for
wifi-loc-control.sh
without any permission errors.Actual Behavior:
The script fails to copy
wifi-loc-control.sh
to/usr/local/bin/
due to a permission denied error.Environment:
Additional Information:
It seems that the script either doesn't have the required permissions or there's a problem with the file path during the installation process. Please look into this issue and advise on how to resolve it.
The text was updated successfully, but these errors were encountered: