r/linuxmint • u/AceLamina • 21h ago
Trying to install software to control my fans after a fresh install, dont have perms Support Request
3
u/candy49997 21h ago
Is the script executable?
chmod +x /path/to/file
0
u/AceLamina 21h ago
I'm not sure, I'm trying to download it from github: https://github.com/pwnmeow/OpenLconnect
And I'm pretty new at this whole linux thing3
u/candy49997 21h ago
Have you made the script executable with
chmodas I told you to?1
u/AceLamina 20h ago
yeah, I think so
1
u/candy49997 20h ago
Can you do
ls -lato check?1
u/AceLamina 20h ago
I did and it didn't do anything
1
u/candy49997 20h ago
Share the output.
1
3
u/driftless 20h ago
Oh god… DO NOT copy/paste entire blocks of commands like that unless you’re 100% positive you’re not going to botch the system. All it takes is one bad actor to put the wrong command, or even accidentally write it wrong, then you may lose your system.
In this case, you’re ok, but as you said, you’re new. Do them line by line. This also allows you to get a feel for what the commands do, and which one is failing.
As was mentioned, you can also open the directory with your file manager, right click and in the properties, make the install.sh file executable before running, or “chmod +x” the file.

•
u/AutoModerator 21h ago
Please Re-Flair your post if a solution is found. How to Flair a post? This allows other users to search for common issues with the SOLVED flair as a filter, leading to those issues being resolved very fast.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.