Fix osu!boot
This commit is contained in:
parent
3a5268cd02
commit
46186ff752
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue