Compare commits

..

2 commits

Author SHA1 Message Date
64fec350d2
Add JamesDSP 2024-06-07 19:35:23 +02:00
46186ff752
Fix osu!boot 2024-06-07 19:35:14 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -26,4 +26,5 @@ apps+=(
["Okteta"]="flatpak run org.kde.okteta"
["virt-manager"]="virt-manager"
["CUPS"]="xdg-open http://localhost:631/"
["JamesDSP"]="jamesdsp"
)