From a5fd5478596464f49c0a224283abf8a872a7de5f Mon Sep 17 00:00:00 2001 From: Laurent Vallar Date: Mon, 29 Apr 2013 15:25:48 +0200 Subject: [PATCH] Non interactive babushka install --- boxes/common/install-babushka | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/common/install-babushka b/boxes/common/install-babushka index 839631c..112ff1c 100755 --- a/boxes/common/install-babushka +++ b/boxes/common/install-babushka @@ -6,7 +6,7 @@ rootfs="${cache}/rootfs" echo "installing babushka" cat > $rootfs/tmp/install-babushka.sh << EOF #!/bin/sh -curl -L https://babushka.me/up | sudo bash +curl -L https://babushka.me/up/hard | sudo bash EOF chmod +x $rootfs/tmp/install-babushka.sh