Update install to use the stable build
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user