Fix silent install of Babushka
This commit is contained in:
parent
4487ac5751
commit
f27bbbb599
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue