From d6f7f917dab37c1397a4abd7bedfa34b402cb277 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Mon, 10 Apr 2023 13:54:26 -0400 Subject: [PATCH] Accpet gpg installation during 'phive install' Signed-off-by: Brett Logan --- scripts/install-phive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-phive.sh b/scripts/install-phive.sh index 45ca42ac..5f417827 100755 --- a/scripts/install-phive.sh +++ b/scripts/install-phive.sh @@ -33,4 +33,4 @@ gpg --verify phive.phar.asc phive.phar chmod +x phive.phar mv phive.phar /usr/local/bin/phive rm phive.phar.asc -phive --no-progress install --trust-gpg-keys 31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5 --target /usr/bin phpstan@^1.3.3 psalm@^4.18.1 phpcs@^3.6.2 +echo y | phive --no-progress install --trust-gpg-keys 31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5 --target /usr/bin phpstan@^1.3.3 psalm@^4.18.1 phpcs@^3.6.2