diff options
author | arcticblaze | 2023-09-10 09:06:55 +0530 |
---|---|---|
committer | arcticblaze | 2023-09-10 09:06:55 +0530 |
commit | 4e7c5175a3dbb01862996cc3d03a47a2f2c3dc96 (patch) | |
tree | 6c01f6054c9c32fbdcc8df2fe973b64dd497b456 /surfshark-gui-bin.install | |
parent | 482e019484bfdce06acffbae1f7679cadbf34333 (diff) | |
download | aur-4e7c5175a3dbb01862996cc3d03a47a2f2c3dc96.tar.gz |
- Update to 1.6.0
- Clean up PKGBUILD
Diffstat (limited to 'surfshark-gui-bin.install')
-rw-r--r-- | surfshark-gui-bin.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/surfshark-gui-bin.install b/surfshark-gui-bin.install index 1146c9d206a5..d6d13c205981 100644 --- a/surfshark-gui-bin.install +++ b/surfshark-gui-bin.install @@ -4,7 +4,7 @@ post_install() { update-desktop-database -q echo -e "\nPlease start the surfshark service by running the following commands:" echo -e " sudo systemctl daemon-reload" - echo -e " sudo systemctl enable surfsharkd2.service" + echo -e " sudo systemctl enable surfsharkd2.service && sudo systemctl start surfsharkd2.service\n" } post_upgrade() { |