nova-chatmix-linux/nova-chatmix.install

6 lines
182 B
Text

post_install() {
udevadm control --reload-rules
udevadm trigger
echo "==> To enable nova-chatmix for your user, run:"
echo " systemctl --user enable --now nova-chatmix"
}