summaryrefslogtreecommitdiffhomepage
path: root/dist-assets/linux/after-install.sh
blob: 632a3b626830f85ba65fc88657ab833c628f5308 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -eu

chmod u+s "/usr/bin/mullvad-exclude"

systemctl enable "/opt/Mullvad VPN/resources/mullvad-daemon.service"
systemctl start mullvad-daemon.service