hey. Dont mind me.. I am still tweaking :)

This commit is contained in:
JaKooLit
2025-02-06 10:01:47 +09:00
parent 8e97337cca
commit fc62a8b6b3
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ uninstall_package() {
if ! dpkg -l | grep -q -w "^ii $1" ; then
echo -e "\e[1A\e[K${OK} ${MAGENTA}$1${RESET} was uninstalled."
else
echo -e "\e[1A\e[K${ERROR} $pkg failed to uninstall. Please check the log."
echo -e "\e[1A\e[K${ERROR} $pkg failed to uninstall. No actions required."
return 1
fi
else