From 85365f2819f08699651fe75a42727e742d626b8a Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 25 Jun 2024 23:40:29 +0100 Subject: [PATCH] fix(install): Use self contained SCPBot --- script.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script.sh b/script.sh index 9c63632..97f498a 100644 --- a/script.sh +++ b/script.sh @@ -128,12 +128,12 @@ if [ "${INSTALL_SCPBOT}" == "true" ]; then mkdir /mnt/server/.egg/SCPDBot echo "Removing old SCPDiscord Bot" - rm /mnt/server/.egg/SCPDBot/SCPDiscordBot_Linux + rm /mnt/server/.egg/SCPDBot/SCPDiscordBot_Linux_SC echo "$(tput setaf 4)Installing latest SCP Discord Bot." - wget -q https://github.com/KarlOfDuty/SCPDiscord/releases/latest/download/SCPDiscordBot_Linux -P /mnt/server/.egg/SCPDBot + wget -q https://github.com/KarlOfDuty/SCPDiscord/releases/latest/download/SCPDiscordBot_Linux_SC -P /mnt/server/.egg/SCPDBot - chmod +x /mnt/server/.egg/SCPDBot/SCPDiscordBot_Linux + chmod 755 /mnt/server/.egg/SCPDBot/SCPDiscordBot_Linux_SC #Install SCPDiscord Plugin echo "Installing Latest SCP Discord Plugin.." @@ -227,4 +227,4 @@ if [ "${INSTALL_CUSTOM}" == "true" ]; then fi -echo "$(tput setaf 2)Installation Complete!$(tput sgr 0)" \ No newline at end of file +echo "$(tput setaf 2)Installation Complete!$(tput sgr 0)"