File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ BASEDIR=$(dirname "$0")
1111
1212wget -O $BASEDIR /druid https://github.com/highcard-dev/druid-cli/releases/$URL_PATH /druid
1313wget -O $BASEDIR /druid_rcon https://github.com/highcard-dev/druid-cli/releases/$URL_PATH /druid_rcon
14- wget -O $BASEDIR /druid_rcon_web https://github.com/highcard-dev/druid-cli/releases/$URL_PATH /druid_rcon_web
14+ wget -O $BASEDIR /druid_rcon_web_rust https://github.com/highcard-dev/druid-cli/releases/$URL_PATH /druid_rcon_web_rust
1515wget -O $BASEDIR /entrypoint.sh https://github.com/highcard-dev/druid-cli/releases/$URL_PATH /entrypoint.sh
16- chmod +x $BASEDIR /druid $BASEDIR /druid_rcon $BASEDIR /druid_rcon_web
16+ chmod +x $BASEDIR /druid $BASEDIR /druid_rcon $BASEDIR /druid_rcon_web_rust
1717
1818# Modify the PATH variable to prioritize /app/resources
1919export PATH=$BASEDIR :$PATH
You can’t perform that action at this time.
0 commit comments