From 53f26e88dc6a49ea3bf3e7a969cf112525a52b91 Mon Sep 17 00:00:00 2001 From: AngelosGian Date: Sun, 29 Sep 2024 13:03:59 +0300 Subject: [PATCH] Removing autoclean for apt | nala Removing autoclean command for apt | nala because there is no such command on debian especially for nala --- core/tabs/system-setup/system-cleanup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tabs/system-setup/system-cleanup.sh b/core/tabs/system-setup/system-cleanup.sh index 198a9d68..cca0618e 100644 --- a/core/tabs/system-setup/system-cleanup.sh +++ b/core/tabs/system-setup/system-cleanup.sh @@ -8,7 +8,6 @@ cleanup_system() { apt-get|nala) "$ESCALATION_TOOL" "$PACKAGER" clean "$ESCALATION_TOOL" "$PACKAGER" autoremove -y - "$ESCALATION_TOOL" "$PACKAGER" autoclean "$ESCALATION_TOOL" du -h /var/cache/apt "$ESCALATION_TOOL" "$PACKAGER" clean ;;