diff --git a/bin/test-incus-guestapi-vm b/bin/test-incus-guestapi-vm index 1ee6eec1..4299bb60 100755 --- a/bin/test-incus-guestapi-vm +++ b/bin/test-incus-guestapi-vm @@ -118,9 +118,10 @@ sleep 5 # Test nested VM functionality. incus start v1 waitVMAgent v1 +sleep 30 # Configure to use the proxy -curl https://pkgs.zabbly.com/get/incus-daily | incus exec v1 -- sh +curl -sL https://pkgs.zabbly.com/get/incus-daily | incus exec v1 -- sh incus exec v1 -- incus admin init --auto incus exec v1 -- incus launch images:ubuntu/22.04/cloud v1v1 --vm sleep 30