From 01e197f74728cd1872ac9d02d4909356d1ddb380 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 13 Jun 2023 14:47:18 -0400 Subject: [PATCH] Change network check target again --- functions/global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/global.sh b/functions/global.sh index a7ad6136..a5921f6c 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -37,7 +37,7 @@ default_sd="/run/media/mmcblk0p1" hard_version="$(cat '/app/retrodeck/version')" # hardcoded version (in the readonly filesystem) rd_repo="https://github.com/XargonWan/RetroDECK" # The URL of the main RetroDECK GitHub repo es_themes_list="https://gitlab.com/es-de/themes/themes-list/-/raw/master/themes.json" # The URL of the ES-DE 2.0 themes list -remote_network_target="$rd_repo" # The URL of a common internet target for testing network access +remote_network_target="https://flathub.org" # The URL of a common internet target for testing network access helper_files_folder="$emuconfigs/defaults/retrodeck/helper_files" # The parent folder of RetroDECK documentation files for deployment helper_files_list="$emuconfigs/defaults/retrodeck/reference_lists/helper_files_list.cfg" # The list of files to be deployed and where they go rd_appdata="/app/share/appdata/net.retrodeck.retrodeck.appdata.xml" # The shipped appdata XML file for this version