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