. sh files in puppy linux

Moderator: Forum moderators

Post Reply
bheriya
Posts: 1
Joined: Fri Sep 25, 2020 1:54 pm
Has thanked: 1 time

. sh files in puppy linux

Post by bheriya »

Can anyone help in installing intellij idea in puppy linux xenial.
i downloaded tar.gz but unable to run .sh file.
ozsouth
Posts: 1713
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 260 times
Been thanked: 781 times

Re: . sh files in puppy linux

Post by ozsouth »

Need to make sure it is executable. For this example, let's suppose it is called aname.sh
Open a terminal, cd to the folder containing aname.sh & run:
chmod 755 aname.sh
Then to run it, run:
./aname.sh
Post Reply

Return to “Xenial”