2 Commity ee7ab46fc9 ... 5bb67a34de

Autor SHA1 Správa Dátum
  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 rok pred
  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 rok pred
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
 }