Fixed ping.

This commit is contained in:
Storm Dragon
2025-07-18 15:04:32 -04:00
parent 856c794637
commit 985d8bc7b9

View File

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