From 856c79463746a6208dd2351db7ea6f5b53181829 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 18 Jul 2025 15:03:57 -0400 Subject: [PATCH] Fixed ping. --- .includes/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.includes/functions.sh b/.includes/functions.sh index 09b95d4..df288c4 100755 --- a/.includes/functions.sh +++ b/.includes/functions.sh @@ -95,7 +95,7 @@ install_xlibre() { yay --sudoflags "${sudoFlags[@]}" --sudoloop --noconfirm -Syu # Check if we have internet connectivity - if ! ping -c 1 aarch64.stormux.org &>/dev/null; then + if ! ping -c 1 stormux.org &>/dev/null; then msgbox "No internet connection detected. X11Libre installation requires internet access." return 1 fi