diff --git a/.install/EmpireMUD.sh b/.install/EmpireMUD.sh index ec824a8..f8de25f 100644 --- a/.install/EmpireMUD.sh +++ b/.install/EmpireMUD.sh @@ -1,5 +1,3 @@ -game="${0##*/}" -game="${game%.sh}" 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 diff --git a/.install/End of Time.sh b/.install/End of Time.sh index b4a877e..fa88532 100644 --- a/.install/End of Time.sh +++ b/.install/End of Time.sh @@ -1,5 +1,3 @@ -game="${0##*/}" -game="${game%.sh}" check_dependencies git opusdec sox tt++ git -C "${installPath}/" clone https://git.2mb.codes/~stormdragon2976/tintin-endoftime | \ dialog --progressbox "Installing \"${game}\", please wait..." -1 -1 diff --git a/.install/Legends of Kallisti.sh b/.install/Legends of Kallisti.sh index 054cda7..b23b1c8 100644 --- a/.install/Legends of Kallisti.sh +++ b/.install/Legends of Kallisti.sh @@ -1,5 +1,3 @@ -game="${0##*/}" -game="${game%.sh}" check_dependencies git sox tt++ git -C "${installPath}/" clone --recurse-submodules https://github.com:hjozwiak/tintin-kallisti-pack | \ dialog --progressbox "Installing \"${game}\", please wait..." -1 -1 diff --git a/.install/StickMUD.sh b/.install/StickMUD.sh index ef63702..01b80e9 100644 --- a/.install/StickMUD.sh +++ b/.install/StickMUD.sh @@ -1,5 +1,3 @@ -game="${0##*/}" -game="${game%.sh}" check_dependencies git sox tt++ git -C "${installPath}/" clone --recurse-submodules https://github.com/stormdragon2976/tintin-stickmud.git | \ dialog --progressbox "Installing \"${game}\", please wait..." -1 -1