Pi66

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

← back to log

enhanced UX and error messages

author: pixel2175
date: 2024-12-23 17:22
hash: 0b0b947fa4a4a937c4b130895e7976e058845792

Diffstat:

M

uninstall.py
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/uninstall.py b/uninstall.py
index beffed6..9e65d81 100644
--- a/uninstall.py
+++ b/uninstall.py
@@ -44,7 +44,7 @@ def remove_system_deps():

 def uninstall_libs():
     os.system(
-        "pip uninstall --yes customtkinter playsound screeninfo --break-system-packages > /dev/null 2>&1"
+    "pip uninstall -r requirements.txt  --yes --quiet --break-system-packages"
     )
     print("Remove Libs: Done")