Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't open on Linux #26

Open
matt7ress opened this issue May 3, 2023 · 0 comments
Open

Doesn't open on Linux #26

matt7ress opened this issue May 3, 2023 · 0 comments

Comments

@matt7ress
Copy link

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 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:

$ cat build_appimage.sh | bash
+ export ARCH=x86_64
+ ARCH=x86_64
+ APPIMAGE_BUNDLE_XDG_OPEN=0
+ APPIMAGE_BUNDLE_GSTREAMER=0
+ TRAY_LIBRARY_PATH=0
+ '[' x86_64 == i686 ']'
+ linuxdeploy_arch=x86_64
+ mkdir -p jell-machine.AppDir
+ cp -r ../appimage_deb/data/usr jell-machine.AppDir
cp: cannot stat '../appimage_deb/data/usr': No such file or directory

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 error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant