Compare commits
No commits in common. "64fec350d26a7cc4a11dc1e6025f130fb27553cb" and "3a5268cd023f47e9d53a2498f4086b006c4efd30" have entirely different histories.
64fec350d2
...
3a5268cd02
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ set -euo pipefail
|
|||
apps+=(
|
||||
["ClassiCube"]="~/.apps/ClassiCube/ClassiCube"
|
||||
["Minetest"]="flatpak run net.minetest.Minetest"
|
||||
["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"]="ls /tmp/osuboot-repo || git clone 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"
|
||||
|
|
|
@ -26,5 +26,4 @@ apps+=(
|
|||
["Okteta"]="flatpak run org.kde.okteta"
|
||||
["virt-manager"]="virt-manager"
|
||||
["CUPS"]="xdg-open http://localhost:631/"
|
||||
["JamesDSP"]="jamesdsp"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue