From 7e61fe3a0651035c4dec0baee278d7864c271e8e Mon Sep 17 00:00:00 2001 From: Skitals Date: Fri, 15 Apr 2022 18:38:44 -0400 Subject: [PATCH] Update AppRun --- .github/workflows/AppRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AppRun b/.github/workflows/AppRun index 3ba9e5de0..29f47d7e3 100644 --- a/.github/workflows/AppRun +++ b/.github/workflows/AppRun @@ -5,7 +5,7 @@ export GDK_PIXBUF_MODULE_FILE=$(pkg-config --variable=gdk_pixbuf_cache_file gdk- mkdir -p $HOME/.local/share/icons/hicolor/scalable/apps && cp $APPDIR/yuzu.svg $HOME/.local/share/icons/hicolor/scalable/apps -GITVER=`curl -sL https://api.github.com/repos/pineappleEA/pineapple-src/releases/latest | grep "EA-" | grep -o 'EA-[[:digit:]]*'` +GITVER=`( wget -qO- https://api.github.com/repos/pineappleEA/pineapple-src/releases/latest || curl -sL https://api.github.com/repos/pineappleEA/pineapple-src/releases/latest ) | grep "EA-" | grep -o 'EA-[[:digit:]]*'` APPVER=`cat $APPDIR/version.txt` if [[ -z "$GITVER" ]]; then