1
0
mirror of https://github.com/JvanKatwijk/qt-dab.git synced 2025-10-06 00:02:40 +02:00
Files
SDR-DAB_Qt-DAB/app-files/appimage/AppRun
2025-09-09 17:42:31 +02:00

8 lines
311 B
Bash

#!/bin/bash
HERE="$(dirname "$(readlink -f "${0}")")"
#cp "${HERE}/udev-rules-helper" /tmp/
# Try to run using sudo, if this does not work ask the user for password
#sudo -n -E -- "/tmp/udev-rules-helper" || pkexec "/tmp/udev-rules-helper"
#rm "/tmp/udev-rules-helper"
exec "${HERE}/usr/bin/qt-dab-6.9.4" "$@"