mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 21:09:42 +00:00
Removing autoclean for apt | nala
Removing autoclean command for apt | nala because there is no such command on debian especially for nala
This commit is contained in:
parent
a9a678fc11
commit
53f26e88dc
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user