2 커밋 ee7ab46fc9 ... 5bb67a34de

작성자 SHA1 메시지 날짜
  megavolt 5bb67a34de General re-design of fix-gpg-pacman. It has now 3 methods "basic", "moderate" and "aggressive". Default is "basic". Also a usage page and help page has been added. 1 년 전
  megavolt ee7ab46fc9 General re-design of fix-gpg-pacman. It has now 3 methods "basic", "moderate" and "aggressive". Default is "basic". Also a usage page and help page has been added. 1 년 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fix-gpg-pacman.sh

+ 1 - 1
fix-gpg-pacman.sh

@@ -234,7 +234,7 @@ Menu ()
             exit
          ;;
          *)
-            clear && PrintInfo "No valid answer. Continue." && continue ;;
+            clear && PrintError "No valid answer. Continue." && continue ;;
       esac
    done
 }