adding a beefier upgrade option
This commit is contained in:
parent
829579ca90
commit
5a016d14ed
@ -3,6 +3,8 @@
|
||||
alias inst='sudo apt-get install -y'
|
||||
# Do a basic update. Ubuntu only
|
||||
alias update='sudo apt-get update -y && sudo apt-get upgrade -y'
|
||||
# Upgrade the fuck out of just fucking everything
|
||||
alias upgrade_all='sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y && sudo apt-get autoclean -y && sudo apt-get --with-new-pkgs upgrade -y'
|
||||
# Search packages. Ubuntu Only
|
||||
alias pacs='apt-cache search'
|
||||
# Uninstall. Ubuntu only.
|
||||
|
Loading…
Reference in New Issue
Block a user