- Added a step to run the service after setting it up - Removed `--system` option from pip3
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user