From a18ed1a72e6b2c2f8bfa24a6d2e36165ac51dd28 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 3 Feb 2024 17:06:37 +0000 Subject: [PATCH] Print message about restarting dependent services --- scripts/p7s/distrobox.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.3