Update aptupdate alias

This commit is contained in:
Jan Jastrow 2024-04-07 17:34:09 +02:00
parent 45c2b4d66d
commit f862086bee
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if [[ -x $(which brew) ]]; then
fi
if [[ $platform == 'Linux' ]]; then
alias aptupdate='sudo apt update; sudo apt upgrade; sudo apt autoremove; sudo apt autoclean'
alias aptupdate='sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt clean'
fi
# tmux