Fix app image start for non-debian based distribs (#1622)

Fixes #1620
pull/1627/head
Audric Ackermann 3 years ago committed by GitHub
parent cb307790f6
commit c91f866d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
# do not set -x here because it will fail on non-debian based distrib
# set -e
# Some distributions do not have unprivileged_userns_clone disabled.
# If that's the case, and we run an AppImage (deb is not impacted by this),

Loading…
Cancel
Save