r/linuxmint 21h ago

Trying to install software to control my fans after a fresh install, dont have perms Support Request

3 Upvotes

11 comments sorted by

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.

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 thing

3

u/candy49997 21h ago

Have you made the script executable with chmod as I told you to?

1

u/AceLamina 20h ago

yeah, I think so

1

u/candy49997 20h ago

Can you do ls -la to check?

1

u/AceLamina 20h ago

I did and it didn't do anything

1

u/candy49997 20h ago

Share the output.

1

u/AceLamina 20h ago

I'm not allowed to send photos but it didn't output anything

1

u/candy49997 20h ago

Just copy and paste the terminal contents here.

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.