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

chown $username:$username #37

Open
mart-e opened this issue Aug 11, 2011 · 1 comment
Open

chown $username:$username #37

mart-e opened this issue Aug 11, 2011 · 1 comment

Comments

@mart-e
Copy link

mart-e commented Aug 11, 2011

Hello,

I'm running lipsync on archlinux and I had some errors in the installation process. One is with all the chown $username:$username.
I don't know if there is a group with the same name as the username in ubuntu and debian but not in archlinux. Is there a reason to do it that way ?

I fixed it using group=$(id -g $username) and chown $username:$group everywhere.

@tom111
Copy link

tom111 commented Aug 18, 2011

Same on Gentoo

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