Won't install
-
OS: Linux Mint 22.3, updated to latest packages (installed 10 minutes ago).
Intel NUC:
- CPU i3-6100
- 8gb RAM
- 210GB of free hard drive space
I'm trying to do a native install with this command:
curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/install.sh -o install.sh && chmod +x install.sh && ./install.sh
I get this error:
curl: (23) Failure writing output to destination
So I tried the same command with sudo, and got this error:
chmod: changing permissions of 'install.sh': Operation not permitted
I'm at the very edge of my linux trouble-shooting abilities.
-
I didn't see Mint in the list of compatible OS's, but since it's based on Ubuntu, I assumed it would be okay. Is that an incorrect assumption?
BTW, the time limit on editing a post is arbitarrary and absurd. I don't see the point at all...
-
That's a bit weird, can you run the commands one after the other?
First
curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/install.sh -o install.shThen
chmod +x install.shThen
sudo ./install.shReport back here on the errors you face and I'll try to help you troubleshoot.
-
i came back to say i fingered it out. i had to sudo chmod, and then i was able to run install.sh
-
And i'm up and running!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login