diff --git a/bashrc.sh b/bashrc.sh index da5f826..2e0a150 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -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" diff --git a/env.example b/env.example deleted file mode 100644 index c8ad693..0000000 --- a/env.example +++ /dev/null @@ -1,9 +0,0 @@ -# 2024-02-10 Hyperling - -# Variables for a fast-access SSH alias. -PROD_USER=username -PROD_NAME=example.com -PROD_PORT=2222 - -PROG="$(basename -- "${BASH_SOURCE[0]}")" -echo "'$PROG' completed!"