#10 #33 Update client setup and setup test
Some checks failed
DRB Build Tests / drb_test_setup (push) Failing after 2m37s
DRB Build Tests / drb_build_and_test (push) Successful in 54s

- Added a step to run the service after setting it up
- Removed `--system` option from pip3
This commit is contained in:
Logan Cusano
2024-04-21 14:57:17 -04:00
parent 9ba90af464
commit d0c2fcc8eb
2 changed files with 7 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ rm -rf /usr/lib/python3.11/EMTERNALL-MANAGED
# Getting the Python DAB
echo "Installing PDAB and Dependencies"
git clone -b DRBv3 https://git.vpn.cusano.net/logan/Python-Discord-Audio-Bot.git ./discordAudioBot/pdab
pip3 install --system -r ./discordAudioBot/pdab/requirements.txt
pip3 install -r ./discordAudioBot/pdab/requirements.txt
# Generate .env file
echo "Creating the config .env file..."