Files
ubuntumanager/update.sh
2025-12-20 13:26:53 +08:00

2 lines
242 B
Bash

apt-get update -y && apt-get upgrade -y --allow-downgrades --allow-remove-essential --allow-change-held-packages && apt autoremove -y --purge && apt-get dist-upgrade -y --allow-downgrades --allow-remove-essential --allow-change-held-packages