ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.77k stars 879 forks source link

Probleams with iSH #2033

Closed ghost closed 1 year ago

ghost commented 1 year ago

I'm using an iPhone 7 but the only commands I can use are all related. Can u tell me how to run sudo and meson commands?

gitdev-bash commented 1 year ago

I'm using an iPhone 7 but the only commands I can use are all related. Can u tell me how to run sudo and meson commands?

You have to understand that on linux not all commands in the world are installed by default. You will need to use the packet manager (apk) to install them.

Since you should already be root there is no need for sudo, just remove the sudo before copying.

I didn't test it but meson should be installable via apk add meson

Mnpn commented 1 year ago

Hi, as was stated you're root by default so there's no need to sudo. If you wish to add another user & set up sudo you can install it with apk add sudo and use adduser.

It appears that your question was answered above, so I'll go ahead and close this issue!