From 3763fc6000a8cf6fd12a161195ca94063e9a00c6 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 16 Sep 2025 13:57:38 -0700 Subject: [PATCH] Add a comment to explain the swap between commands. --- bashrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.sh b/bashrc.sh index 94ed2cc..5f44107 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -102,6 +102,7 @@ function update { echo -e "Cleaned!\n\n*** Fix Broken/Missing ***" && apt --fix-broken --fix-missing install && 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 && pkg upgrade echo -e "\n******* Mission Complete!! *******"