Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.."
Expand Down Expand Up @@ -227,4 +227,4 @@ if [ "${INSTALL_CUSTOM}" == "true" ]; then

fi

echo "$(tput setaf 2)Installation Complete!$(tput sgr 0)"
echo "$(tput setaf 2)Installation Complete!$(tput sgr 0)"