Files
DRB-Client/post-update.sh
2024-05-12 12:55:00 -04:00

12 lines
171 B
Bash

#!/bin/bash
# Install client package updates
npm install
# Install OP25 Updates
#cd ./op25
#bash rebuild.sh
# Check for PDAB updates
cd ../discordAudioBot/pdab
git pull