updated install games function. Inallations are now handled in files in the .install directory. This may be horribly broken, for stability, use the master branch.

This commit is contained in:
Storm Dragon
2024-12-15 19:29:55 -05:00
parent 578c1bc7b1
commit ff140f4298
30 changed files with 296 additions and 4 deletions

4
.install/EmpireMUD.sh Normal file
View File

@ -0,0 +1,4 @@
check_dependencies git sox tt++
git -C "${installPath}/" clone --recurse-submodules https://github.com/lilmike/tintin-empiremud.git | \
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
add_launcher "${installPath}/tintin-empiremud/em.tin"