From 23be3410f2f93e5ca7a52adc7cfa29ee553106b0 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 29 Nov 2024 14:12:47 +0100 Subject: [PATCH] Fix startup issue --- osuboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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