Skip to content

Commit feb3547

Browse files
authored
github sucks omg
1 parent 20321ba commit feb3547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

citron-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -e
55
export APPIMAGE_EXTRACT_AND_RUN=1
66
export ARCH="$(uname -m)"
77
LIB4BN="https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin"
8-
URUNTIME=$(wget -q https://api.github.com/repos/VHSgunzo/uruntime/releases -O - \
8+
URUNTIME=$(wget --retry-connrefused --tries=30 \
9+
https://api.github.com/repos/VHSgunzo/uruntime/releases -O - \
910
| sed 's/[()",{} ]/\n/g' | grep -oi "https.*appimage.*dwarfs.*$ARCH$" | head -1)
1011
ICON="https://git.citron-emu.org/Citron/Citron/raw/branch/master/dist/citron.svg"
1112

0 commit comments

Comments
 (0)