You are not logged in.
Pages: 1
So, im new to arch linux, and ive been trying to run a shell script in xcfe terminal, tho i get the following errors
[slabul_xs@asiimov ~]$ chmod +x bonsai.sh/
chmod: changing permissions of 'bonsai.sh/': Operation not permitted
[slabul_xs@asiimov ~]$ sudo chmod +x bonsai.sh/
[sudo] password for slabul_xs:
[slabul_xs@asiimov ~]$ ./bonsai.sh/
bash: ./bonsai.sh/: Is a directory
Offline
Well it says that it's not a script, it's a dir. Where's the actual script?
Offline
Hi and welcome to the forums!
I'm curious: how did you install Arch Linux?
Last edited by dogknowsnx (2022-11-17 19:57:32)
The AUR package would work. The "installation" instructions provided by the upstream developer are braindead. And that's worth keeping in mind: I'd not trust a script written by someone who wrote those instructions.
EDIT: a quick glance at the script itself suggests they probably know what they are doing and leads me to believe that perhaps different people wrote the script and the install instructions.
(And personally I'm a bit put off if your code's license is longer than your code.)
Last edited by Trilby (2022-11-17 21:35:19)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1