fix: logging improvements

This commit is contained in:
2025-05-31 22:47:49 +01:00
parent ba421f8024
commit c35557e8a0
5 changed files with 21 additions and 9 deletions

View File

@@ -10,4 +10,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then
sudo apt-get autoremove -qq
sudo apt-get clean -qq
fi
fi
echo -e "${GREEN}Cleanup completed successfully!${NC}"