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 ./*