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"
|
echo "installing babushka"
|
||||||
cat > $rootfs/tmp/install-babushka.sh << EOF
|
cat > $rootfs/tmp/install-babushka.sh << EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
curl -L https://babushka.me/up | sudo bash
|
curl -L https://babushka.me/up/hard | sudo bash
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
chmod +x $rootfs/tmp/install-babushka.sh
|
chmod +x $rootfs/tmp/install-babushka.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue