This commit is contained in:
Damián Cravacuore 2018-04-15 12:10:07 +00:00 committed by GitHub
commit 7ae5312005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -58,6 +58,10 @@ if (( $+commands[pacaur] )); then
upgrade() {
pacaur -Syu
}
elif (( $+commands[trizen] )); then
upgrade() {
trizen -Syu
}
elif (( $+commands[yaourt] )); then
upgrade() {
yaourt -Syu