Fixed ping.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user