Add more ping address' for pacman init script

This commit is contained in:
natemaia 2018-06-30 23:52:34 -07:00
parent 2241704274
commit d3a7504ba9

View File

@ -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