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

chmod error during install #16

Open
Tennodian opened this issue Feb 23, 2023 · 2 comments
Open

chmod error during install #16

Tennodian opened this issue Feb 23, 2023 · 2 comments

Comments

@Tennodian
Copy link

As title says, using main branch fails with the chmod error:
unable to chmod +x ~/bin/lq-xterm - file not found

I was able to fix this by commenting out in .lib/lib.sh the following code (at line 256):
#chmod +x "~/bin/${_FILE}"

Afterwards the installation worked without a hitch. Auto-connect works now, no issues with upgrades, even my realtek wireless doesn't complain or fail at current 240 MB of RAM for the core-net. I'm going to experiment more with USB, VPN and sound qubes, and test liteqube impact on the battery.

@arkenoi
Copy link

arkenoi commented May 12, 2023

Any idea why it happens? The chmod line looks just fine but still doesn't work

@moiselazarus
Copy link

moiselazarus commented May 12, 2023

This works:
line 256: chmod +x ~/bin/"${_FILE}"
the quotes are wrong, could not find ~ home dir.

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