Fix silent install of Babushka

This commit is contained in:
Laurent Vallar 2013-04-30 15:44:42 +02:00
parent 4487ac5751
commit f27bbbb599

View file

@ -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/hard | sudo bash
curl -L https://babushka.me/up | sudo bash < /dev/null
EOF
chmod +x $rootfs/tmp/install-babushka.sh