diff --git a/system/.local/bin/clean b/system/.local/bin/clean index cb73c55..7c4a53d 100755 --- a/system/.local/bin/clean +++ b/system/.local/bin/clean @@ -20,5 +20,8 @@ yay -R "${UNNEEDED_DEPENDENCIES[@]}" print_section "Clean yay cache" yay -Sc +print_section "Clean composer cache" +composer clearcache + print_section "Clean docker" docker system prune \ No newline at end of file