Pi66

pino
Python notification daemon.
git clone https://git.pi66.xyz/pino

← back to log

Update uninstall.py

author: Pixel2175
date: 2024-12-19 19:05
hash: cb46344c559157ea43e5ccb2d4784d64b5c2ba80

Diffstat:

M

uninstall.py
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/uninstall.py b/uninstall.py
index e79138b..a17d9f9 100644
--- a/uninstall.py
+++ b/uninstall.py
@@ -32,7 +32,7 @@ def remove_system_deps():
         os.system("sudo pacman -Rns --noconfirm tk > /dev/null 2>&1")
         print("Remove System Dep: Done")
     elif distro == "void":
-        os.system("sudo xbps-remove -R tk > /dev/null 2>&1")
+        os.system("sudo xbps-remove -R -y tk > /dev/null 2>&1")
         print("Remove System Dep: Done")
     else:
         print("Unsupported distribution. Please install system dependencies manually.")