2024-12-31 11:33:08 -05:00
|
|
|
game="${0##*/}"
|
|
|
|
game="${game%.sh}"
|
2024-12-15 19:29:55 -05:00
|
|
|
check_dependencies git sox tt++
|
|
|
|
git -C "${installPath}/" clone --recurse-submodules https://github.com/lilmike/tintin-alteraeon.git | \
|
|
|
|
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|