X-Git-Url: https://arthur.barton.de/gitweb/?p=pt.git;a=blobdiff_plain;f=bin%2Fpt;fp=bin%2Fpt;h=4d666b013f8906d00683af5e087370bbf963d230;hp=446a156ce92f596513bcac2da870001b04c49164;hb=6338ff72792104579f256d6adcf0b7c73299b8ac;hpb=3d4ff38014416df533a2a9a1207bdaba8e1e22ba diff --git a/bin/pt b/bin/pt index 446a156..4d666b0 100755 --- a/bin/pt +++ b/bin/pt @@ -916,7 +916,7 @@ case "$1" in Upgrade Clean_Exit $? ;; - "freshup"|"fresh"|"up") + "freshup"|"fresh") shift Check_Root_Perm [ $# -ne 0 ] && Usage @@ -924,6 +924,14 @@ case "$1" in List_Outdated Clean_Exit $? ;; + "go"|"up") + shift + Check_Root_Perm + [ $# -ne 0 ] && Usage + Update + Upgrade + Clean_Exit $? + ;; "remove"|"uninstall") shift Check_Root_Perm