#10 Updates
Some checks failed
DRB Client Makefile Build Test / build (push) Failing after 54s
DRB Socket Communication Tests / test (push) Successful in 1m58s

- Added check for updates at boot
- Updated post update script to update OP25 and PDAB
- Added initial makefile to replace the `setup.sh`
- Added new test to make sure makefile builds
- Renamed socket tests
This commit is contained in:
Logan Cusano
2024-04-21 00:52:15 -04:00
parent d7b7b04f78
commit 61a616ec6b
5 changed files with 173 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
#!/bin/bash
npm install
# Install client package updates
npm install
# Install OP25 Updates
cd ./op25
bash rebuild.sh
# Check for PDAB updates
cd ../discordAudioBot/pdab
git pull