From 90808d476d02390e7a56507d460411fb7846a1a3 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Sat, 17 Dec 2016 09:31:28 +0000 Subject: [PATCH] Install point to F5OEO branch --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fff7258..e5a60af 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ sudo rpi-update # Get the source software and copy to the Pi cd /home/pi -wget https://github.com/davecrump/rpidatv/archive/master.zip +wget https://github.com/F5OEO/rpidatv/archive/master.zip unzip -o master.zip mv rpidatv-master rpidatv rm master.zip