aur/surfshark-client.install
2025-09-15 22:06:44 +02:00

9 lines
196 B
Text

post_install() {
echo -e " sudo systemctl daemon-reload"
echo -e " sudo systemctl enable surfsharkd2.service && sudo systemctl start surfsharkd2.service"
}
post_upgrade() {
post_install
}