From: alex Date: Sat, 3 Feb 2024 17:06:37 +0000 (+0000) Subject: Print message about restarting dependent services X-Git-Tag: 20240214-emacs~17 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=a18ed1a72e6b2c2f8bfa24a6d2e36165ac51dd28;p=alex.git Print message about restarting dependent services --- diff --git a/scripts/p7s/distrobox.py b/scripts/p7s/distrobox.py index 2e4e5ce..787f05e 100644 --- a/scripts/p7s/distrobox.py +++ b/scripts/p7s/distrobox.py @@ -15,6 +15,7 @@ def enter(): def update(): + print("If this fails on ws, systemctl --user stop soju bitlbee // systemctl --user start soju bitlbee") subprocess.run(["distrobox", "rm", "-f", NAME], check=True) subprocess.run(["podman", "rmi", IMAGE], check=True) subprocess.run(["podman", "pull", IMAGE], check=True)