From 46186ff75293216c26a79d38ce22fa4ef743009e Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 7 Jun 2024 19:35:14 +0200 Subject: [PATCH] Fix osu!boot --- bash/bin/launch-menu-apps.d/games.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bin/launch-menu-apps.d/games.sh b/bash/bin/launch-menu-apps.d/games.sh index d75a0da6..c5dbde49 100644 --- a/bash/bin/launch-menu-apps.d/games.sh +++ b/bash/bin/launch-menu-apps.d/games.sh @@ -4,7 +4,7 @@ set -euo pipefail apps+=( ["ClassiCube"]="~/.apps/ClassiCube/ClassiCube" ["Minetest"]="flatpak run net.minetest.Minetest" - ["osu!lazer"]="ls /tmp/osuboot-repo || git clone https://git.staropensource.de/JeremyStarTM/osuboot.git /tmp/osuboot-repo; /tmp/osuboot-repo/osuboot.sh" + ["osu!lazer"]="[[ ! -d /tmp/osuboot-repo ]] && git clone --depth=1 https://git.staropensource.de/JeremyStarTM/osuboot.git /tmp/osuboot-repo; /tmp/osuboot-repo/osuboot.sh" ["osu!lazer (direct)"]="${HOME}/.cache/osu.AppImage" ["Prism Launcher"]="prismlauncher" ["Rosalie's Mupen GUI"]="flatpak run com.github.Rosalie241.RMG"