Add a comment to explain the swap between commands.

This commit is contained in:
2025-09-16 13:57:38 -07:00
parent 49d9c95c85
commit 3763fc6000

View File

@@ -102,6 +102,7 @@ function update {
echo -e "Cleaned!\n\n*** Fix Broken/Missing ***" && echo -e "Cleaned!\n\n*** Fix Broken/Missing ***" &&
apt --fix-broken --fix-missing install && apt --fix-broken --fix-missing install &&
echo -e "\n*** Upgrade ***" && echo -e "\n*** Upgrade ***" &&
# No longer using `apt`, in favor of Termux's wrapper `pkg`.
#apt dist-upgrade --allow-downgrades --fix-broken --fix-missing $params && #apt dist-upgrade --allow-downgrades --fix-broken --fix-missing $params &&
pkg upgrade pkg upgrade
echo -e "\n******* Mission Complete!! *******" echo -e "\n******* Mission Complete!! *******"