Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Command not found #64

Closed
kzkpro opened this issue Mar 25, 2021 · 2 comments
Closed

404 Command not found #64

kzkpro opened this issue Mar 25, 2021 · 2 comments

Comments

@kzkpro
Copy link

kzkpro commented Mar 25, 2021

after installing cleanup. when i run cleanup, i got /usr/local/bin/cleanup: line 1: 404:: command not found error. i had to download repo update this line sudo mv cleanup /usr/local/bin/cleanup to sudo mv cleanup.sh /usr/local/bin/cleanup in installer.sh and run the installer.sh. then it worked. hope this help if someone face similar error. Thanks!

@mrtrkmn
Copy link
Contributor

mrtrkmn commented Mar 26, 2021

curl -o cleanup https://raw.githubusercontent.com/fwartner/homebrew-mac-cleanup/master/mac-cleanup
chmod +x cleanup
sudo mv cleanup /usr/local/bin/cleanup

This is also working and a PR is opened. For future references I am including it here as well :)

@fwartner
Copy link
Collaborator

Fixed! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants