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

ln: /usr/local/bin/dots: Permission denied #18

Open
mrcarl79 opened this issue May 6, 2015 · 2 comments
Open

ln: /usr/local/bin/dots: Permission denied #18

mrcarl79 opened this issue May 6, 2015 · 2 comments

Comments

@mrcarl79
Copy link

mrcarl79 commented May 6, 2015

Have I missed anything here? fresh yosi install, ran command, entered admin password... Permission denied?

$ (mkdir -p /tmp/dots && cd /tmp/dots && curl -L https://github.com/matthewmueller/dots/archive/master.tar.gz | tar zx --strip 1 && sh ./install.sh)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 127 0 127 0 0 92 0 --:--:-- 0:00:01 --:--:-- 92
100 12806 100 12806 0 0 4160 0 0:00:03 0:00:03 --:--:-- 24071
Password:
ln: /usr/local/bin/dots: Permission denied

@matthewmueller
Copy link
Owner

hmm. can you try running:

 (mkdir -p /tmp/dots && cd /tmp/dots && curl -L https://github.com/matthewmueller/dots/archive/master.tar.gz | tar zx --strip 1 && sudo sh ./install.sh)

?

Changed: sh ./install.sh => sudo sh ./install.sh

@mrcarl79
Copy link
Author

mrcarl79 commented May 7, 2015

Yeah that got it going, when I started it by running dots boot osx it went though a number of steps but then hit an error and halted. FYI I'm running a brand new macbook retina with OS X 10.10.2, in the end I will probably will mod these scripts to suit my self. But on a fresh machine that I'm not fully using yet I was interested to see what your script did out of the box.

Thanks, Carl

Enabling snap-to-grid for icons on the desktop and in other icon views
Set: Entry, ":FK_StandardViewSettings:IconViewSettings:arrangeBy", Does Not Exist

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

2 participants