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
 }