Compare commits

...

2 Commits

Author SHA1 Message Date
985d8bc7b9 Fixed ping. 2025-07-18 15:04:32 -04:00
856c794637 Fixed ping. 2025-07-18 15:03:57 -04:00

View File

@ -95,7 +95,7 @@ install_xlibre() {
yay --sudoflags "${sudoFlags[@]}" --sudoloop --noconfirm -Syu yay --sudoflags "${sudoFlags[@]}" --sudoloop --noconfirm -Syu
# Check if we have internet connectivity # Check if we have internet connectivity
if ! ping -c 1 aarch64.stormux.org &>/dev/null; then if ! ping -c1 stormux.org &>/dev/null; then
msgbox "No internet connection detected. X11Libre installation requires internet access." msgbox "No internet connection detected. X11Libre installation requires internet access."
return 1 return 1
fi fi