aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprometheus.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/prometheus.sh b/prometheus.sh
index b5b0d94..72974e9 100755
--- a/prometheus.sh
+++ b/prometheus.sh
@@ -14,6 +14,12 @@ for f in ci.d/*; do source "$f"; done
lxc_destroy
lxc_create $DIST $RELEASE $ARCH
lxc_wait_for_ip
+
+# Necessary because it's using a static IP address
+# configured via dnsmasq and the network isn't ready
+# when lxc_wait_for_ip returns. Oh well.
+sleep 5
+
pacman_upgrade
pacman_install $PACKAGES