Add more ping address' for pacman init script
This commit is contained in:
parent
2241704274
commit
d3a7504ba9
@ -24,7 +24,7 @@ setup_keyring() {
|
||||
sudo pacman-key --populate archlabs
|
||||
}
|
||||
|
||||
while ! ping -c 1 www.github.com &>/dev/null; do
|
||||
while ! (ping -c 1 archlabslinux.com &>/dev/null || ping -c 1 bitbucket.org &>/dev/null || ping -c 1 github.com &>/dev/null); do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user