diff --git a/bashrc.sh b/bashrc.sh index 42b2fc0..6d838c6 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -68,7 +68,7 @@ function update { echo -e "Cleaned!\n\n*** Fix Broken/Missing ***" && apt --fix-broken --fix-missing install && echo -e "\n*** Upgrade ***" && - apt dist-upgrade $params && + apt dist-upgrade --allow-downgrades --fix-broken --fix-missing $params && echo -e "\n******* Mission Complete!! *******" }