We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20321ba commit feb3547Copy full SHA for feb3547
citron-appimage.sh
@@ -5,7 +5,8 @@ set -e
5
export APPIMAGE_EXTRACT_AND_RUN=1
6
export ARCH="$(uname -m)"
7
LIB4BN="https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin"
8
-URUNTIME=$(wget -q https://api.github.com/repos/VHSgunzo/uruntime/releases -O - \
+URUNTIME=$(wget --retry-connrefused --tries=30 \
9
+ https://api.github.com/repos/VHSgunzo/uruntime/releases -O - \
10
| sed 's/[()",{} ]/\n/g' | grep -oi "https.*appimage.*dwarfs.*$ARCH$" | head -1)
11
ICON="https://git.citron-emu.org/Citron/Citron/raw/branch/master/dist/citron.svg"
12
0 commit comments