Skip to content

Commit

Permalink
update exiled installer
Browse files Browse the repository at this point in the history
  • Loading branch information
agent188 authored Jan 11, 2023
1 parent f972a44 commit 59370cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ ! $(ls -A ~/steamcmd) ]]; then
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
fi
if [[ ! -f ~/Exiled.Installer-Linux ]]; then
curl -L "https://github.com/Exiled-Team/EXILED/releases/download/5.3.0/Exiled.Installer-Linux" -o ~/Exiled.Installer-Linux
curl -L "https://github.com/Exiled-Team/EXILED/releases/download/6.0.0-beta.20/Exiled.Installer-Linux" -o ~/Exiled.Installer-Linux
chmod +x ~/Exiled.Installer-Linux
fi
function CheckExit() {
Expand Down

0 comments on commit 59370cf

Please sign in to comment.