Skip to content

Commit

Permalink
Update to use real exiled when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkeymon committed Sep 7, 2024
1 parent 893c5a3 commit 32339cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if [ "${INSTALL_EXILED}" == "true" ]; then
mkdir .config/
echo "$(tput setaf 4)Downloading latest $(tput setaf 1)EXILED$(tput setaf 4) Installer"
rm Exiled.Installer-Linux
wget -q https://github.com/galaxy119/EXILED/releases/latest/download/Exiled.Installer-Linux
wget -q https://github.com/ExMod-Team/EXILED/releases/latest/download/Exiled.Installer-Linux
chmod +x ./Exiled.Installer-Linux

if [ "${EXILED_PRE}" == "true" ]; then
Expand Down

0 comments on commit 32339cd

Please sign in to comment.