Update install to use the stable build

This commit is contained in:
Logan Cusano
2025-07-13 01:03:58 -04:00
parent 5050443692
commit d19e2ade76

View File

@@ -31,14 +31,14 @@ run_discord_bot() {
fi fi
mkdir -p $(pwd)/configs mkdir -p $(pwd)/configs
echo -e "${GREEN}Installing the discord bot...${NC}" echo -e "${GREEN}Installing the discord bot...${NC}"
docker pull git.vpn.cusano.net/logan/drb-client-discord-bot/drb-client-discord-bot:nightly docker pull git.vpn.cusano.net/logan/drb-client-discord-bot/drb-client-discord-bot:stable
docker run -d --privileged \ docker run -d --privileged \
-v /dev:/dev \ -v /dev:/dev \
-v $(pwd)/configs:/configs \ -v $(pwd)/configs:/configs \
--name "${drb_container_name}" \ --name "${drb_container_name}" \
--network=host \ --network=host \
--restart unless-stopped \ --restart unless-stopped \
git.vpn.cusano.net/logan/drb-client-discord-bot/drb-client-discord-bot:nightly git.vpn.cusano.net/logan/drb-client-discord-bot/drb-client-discord-bot:stable
} }
create_config_json() { create_config_json() {