Files
DRBv3/client/post-update.sh
2024-05-05 18:29:06 -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