safing-portmaster/packaging/linux/postinst
2024-04-24 15:30:46 +03:00

6 lines
No EOL
106 B
Bash

#!/bin/bash
systemctl daemon-reload
systemctl enable portmaster.service
echo "Please reboot your system"