burrow-pi-img/add-qtum/02-setup-zram/00-run.sh
2019-07-05 19:37:45 -05:00

8 lines
114 B
Bash
Executable File

#!/bin/bash -e
install -m 755 files/zram "${ROOTFS_DIR}/etc/init.d/"
on_chroot << EOF
systemctl enable zram
EOF