WSL / WSL2

clean.sh
#!/usr/bin/env bash
sudo apt clean
sudo apt autoremove -y
update.sh
#!/usr/bin/env bash
sudo apt update
sudo apt upgrade -y