From 3d526e0660b35f7f85a410c21d0b7a45e23d2040 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:11:59 -0400 Subject: [PATCH] Project OutFox: update to latest LTS release --- apps/Project OutFox/install-32 | 2 +- apps/Project OutFox/install-64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Project OutFox/install-32 b/apps/Project OutFox/install-32 index eb31db6b72..1a01d28a7c 100755 --- a/apps/Project OutFox/install-32 +++ b/apps/Project OutFox/install-32 @@ -2,7 +2,7 @@ status "Downloading tarfile" -version=https://github.com/TeamRizu/OutFox/releases/download/OF4.14.1/OutFox-alpha-0.4.14.1HF-RPi-Linux-arm32v7-date-20220327.tar.gz +version=https://github.com/TeamRizu/OutFox/releases/download/OF4.19.0/OutFox-0.4.19-LTS-Linux-RPi32bit-arm32v7-modern-date-20230415.tar.gz mkdir -p ~/ProjectOutFox && cd ~/ProjectOutFox || error "Could not create or move to directory" rm -rf ./* diff --git a/apps/Project OutFox/install-64 b/apps/Project OutFox/install-64 index f7d3c790ca..32b7c74100 100755 --- a/apps/Project OutFox/install-64 +++ b/apps/Project OutFox/install-64 @@ -2,7 +2,7 @@ status "Downloading tarfile" -version=https://github.com/TeamRizu/OutFox/releases/download/OF4.14.1/OutFox-alpha-0.4.14.1HF-RPi-Linux-arm64v8-date-20220327.tar.gz +version=https://github.com/TeamRizu/OutFox/releases/download/OF4.19.0/OutFox-0.4.19-LTS-Linux-Rpi64bit-arm64v8-modern-date-20230415.tar.gz mkdir -p ~/ProjectOutFox && cd ~/ProjectOutFox || error "Could not create or move to directory" rm -rf ./*