Some more cleanup

This commit is contained in:
2021-11-24 10:58:13 -05:00
parent 81aac6eac8
commit 0c9bd9022b

View File

@@ -120,7 +120,7 @@ init() {
pkg_install(){ ifSudo apt-get install -y -q0 "$@"; } pkg_install(){ ifSudo apt-get install -y -q0 "$@"; }
pkg_reinstall(){ ifSudo apt-get reinstall -y -q0 "$@"; } pkg_reinstall(){ ifSudo apt-get reinstall -y -q0 "$@"; }
pkg_install_nogpg(){ ifSudo apt-get install -y -q0 "$@"; } pkg_install_nogpg(){ ifSudo apt-get install -y -q0 "$@"; }
pkg_remove(){ ifSudo apt-get remove -y -q0 "$@"; } pkg_remove(){ ifSudo apt-get remove --auto-remove -y -q0 "$@"; }
pkg_update(){ ifSudo apt-get update -y -q0; } pkg_update(){ ifSudo apt-get update -y -q0; }
pkg_query(){ ifSudo dpkg -s "$@"; } pkg_query(){ ifSudo dpkg -s "$@"; }
firewall_cmd(){ ifSudo ufw "$@"; } firewall_cmd(){ ifSudo ufw "$@"; }