diff --git a/osuboot.sh b/osuboot.sh index 7362c28..7b48a69 100755 --- a/osuboot.sh +++ b/osuboot.sh @@ -118,7 +118,7 @@ fi echo -en "${COLOR_DEFAULT}:: Launching" if [ -z "${OSUBOOT_DRYRUN}" ]; then echo -e "${RESET}" - exec OSU_EXTERNAL_UPDATE_PROVIDER=1 "${HOME}/.cache/osu.AppImage" + exec env OSU_EXTERNAL_UPDATE_PROVIDER=1 "${HOME}/.cache/osu.AppImage" else echo -e ", ${COLOR_OTHER}skipped (dry-run)" fi