Add missing params variable to final update command.
This commit is contained in:
@@ -115,7 +115,7 @@ function update {
|
||||
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
|
||||
pkg upgrade $params
|
||||
echo -e "\n******* Mission Complete!! *******"
|
||||
}
|
||||
alias upgrade="update"
|
||||
|
||||
Reference in New Issue
Block a user