From 3f6705ce754398fad80d7838bdef6397d4228825 Mon Sep 17 00:00:00 2001 From: Jono Targett Date: Tue, 13 Jun 2023 17:20:58 +0930 Subject: [PATCH] Updated setup script --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index a8b1165..5828671 100755 --- a/setup.sh +++ b/setup.sh @@ -8,6 +8,10 @@ setup() { sudo xargs apt-get install -y < requirements.apt sudo pip install -r requirements.pip + # Requires yt-dlp, but a very recent version (as youtube broke their API for the pip version) + # https://stackoverflow.com/a/75504772 + python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz + # Install device driver ./scripts/SDRplay_RSP_API-Linux-3.07.1.run