summaryrefslogtreecommitdiff
path: root/scripts/p7s/distrobox.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/p7s/distrobox.py')
-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)