Non interactive babushka install
This commit is contained in:
parent
14afc0b814
commit
a5fd547859
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 | sudo bash
|
||||
curl -L https://babushka.me/up/hard | sudo bash
|
||||
|
||||
EOF
|
||||
chmod +x $rootfs/tmp/install-babushka.sh
|
||||
|
|
Loading…
Reference in a new issue