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

Fixes #1620
This commit is contained in:
Audric Ackermann 2021-05-12 11:06:25 +10:00 committed by GitHub
parent cb307790f6
commit c91f866d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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),