1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
msg() { echo "==> IMPORTANT: Please enable the daemon service with \"systemctl enable --now memflow.service\" => run 'memflow help' for info on how to use the cli" } post_upgrade() { msg } post_install() { msg }