Sha256: 6d826e5fa0e5e7c39646f7371fb3071d6200ef08bf4d3023c8b0d682e519e1e6
Contents?: true
Size: 262 Bytes
Versions: 6
Compression:
Stored size: 262 Bytes
Contents
#!/bin/bash set -e rootfs=$1 echo "installing babushka" cat > $rootfs/tmp/install-babushka.sh << EOF #!/bin/sh curl https://babushka.me/up | sudo bash EOF chmod +x $rootfs/tmp/install-babushka.sh chroot $rootfs /tmp/install-babushka.sh rm -rf $rootfs/tmp/*
Version data entries
6 entries across 6 versions & 1 rubygems