4 lines
147 B
Bash
Executable file
4 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# If not all feature checks pass we fail the Anbox installation
|
|
exec $SNAP/bin/desktop-launch $SNAP/bin/anbox-wrapper.sh check-features
|