You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 22.04.2 Long Term Support from ://releases.ubuntu.com/jelly (desktop image) jell-machine_1.0.0_amd64.AppImage doesn't open, build_appimage.sh - error on line 6 (set -euxo pipefall - param -o blahblah set blahblah pipefall):
$ sh build_appimage.sh
build_appimage.sh: 6: set: Illegal option -o pipefail
same with $ sudo sh build_appimage.sh
i also tried using cat:
Literally
Ubuntu 22.04.2 Long Term Support from
://releases.ubuntu.com/jelly
(desktop image)jell-machine_1.0.0_amd64.AppImage
doesn't open,build_appimage.sh
- error on line 6 (set -euxo pipefall
- param-o
blahblahset
blahblahpipefall
):same with
$ sudo sh build_appimage.sh
i also tried using cat:
and same with
cat build_appimage.sh | sudo bash
i tried with
cat build_appimage.sh | sudo sh
but got the same set -o pipefall errorThe text was updated successfully, but these errors were encountered: