From 416a620129b6d9a1e649b706a11f7fbdb7f595f0 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Wed, 12 May 2021 13:41:17 +0200 Subject: [PATCH] Switch to new repository --- html/scripts/github_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/scripts/github_download.sh b/html/scripts/github_download.sh index 9778ac5..980d494 100644 --- a/html/scripts/github_download.sh +++ b/html/scripts/github_download.sh @@ -1,5 +1,5 @@ # Download actual master from github -wget --output-document=/home/pi/piradionew.zip https://github.com/pkali/piradio-mini/archive/master.zip +wget --output-document=/home/pi/piradionew.zip https://github.com/Pecusx/piradio-mini/archive/master.zip # Unzip to temp dir: /usr/share/piradio-mini-master rm -r /usr/share/piradio-mini-master