aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-02-03 17:06:37 +0000
committeralex <alex@pdp7.net>2024-02-03 17:06:37 +0000
commita18ed1a72e6b2c2f8bfa24a6d2e36165ac51dd28 (patch)
tree47eba97ddeb8df1032f8924fbfe267ff2ae81ebf /scripts
parentcfabe8d2784383f5bd8e53602032d7b1006c094f (diff)
Print message about restarting dependent services
Diffstat (limited to 'scripts')
-rw-r--r--scripts/p7s/distrobox.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/p7s/distrobox.py b/scripts/p7s/distrobox.py
index 2e4e5cee..787f05ef 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)