Add a comment to explain the swap between commands.
This commit is contained in:
@@ -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!! *******"
|
||||||
|
Reference in New Issue
Block a user