name change and othre bugfixes

fix

fax

fx

121

as

aa

fx

f5

fx4

fix

fx1
This commit is contained in:
2024-03-29 15:00:30 +01:00
committed by migatu
parent 4a4f8df06e
commit 20caa5600a
6 changed files with 26 additions and 16 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
python3 -m venv /home/pi/Conjurer/env
source ./env/bin/activate
./env/bin/python3 -m pip install --upgrade pip
./env/bin/python3 -m pip install -r requirements.txt
sed -i -e 's/os.rename/shutil.copy/g' ./env/lib/python3.11/site-packages/spotify_dl/youtube.py
sed -i '1i\import shutil' ./env/lib/python3.11/site-packages/spotify_dl/youtube.py
deactivate
sudo systemctl restart conjurer.service