From 247f0079c497c63c31b418ed2276632569798d39 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Tue, 11 Mar 2025 13:10:12 -0700 Subject: [PATCH] Fixed all the other mud installers as well --- .install/EmpireMUD.sh | 2 -- .install/End of Time.sh | 2 -- .install/Legends of Kallisti.sh | 2 -- .install/StickMUD.sh | 2 -- 4 files changed, 8 deletions(-) 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