- Added a step to run the service after setting it up - Removed `--system` option from pip3
This commit is contained in:
@@ -24,4 +24,9 @@ jobs:
|
|||||||
working-directory: "./client"
|
working-directory: "./client"
|
||||||
run: |
|
run: |
|
||||||
sudo useradd -m -s /bin/bash pi
|
sudo useradd -m -s /bin/bash pi
|
||||||
sudo bash setup.sh --test
|
sudo bash setup.sh --test
|
||||||
|
|
||||||
|
- name: Test running client node
|
||||||
|
working-directory: "./client"
|
||||||
|
run: |
|
||||||
|
bash serviceStart.sh
|
||||||
@@ -141,7 +141,7 @@ rm -rf /usr/lib/python3.11/EMTERNALL-MANAGED
|
|||||||
# Getting the Python DAB
|
# Getting the Python DAB
|
||||||
echo "Installing PDAB and Dependencies"
|
echo "Installing PDAB and Dependencies"
|
||||||
git clone -b DRBv3 https://git.vpn.cusano.net/logan/Python-Discord-Audio-Bot.git ./discordAudioBot/pdab
|
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
|
# Generate .env file
|
||||||
echo "Creating the config .env file..."
|
echo "Creating the config .env file..."
|
||||||
|
|||||||
Reference in New Issue
Block a user