From 91a0b6ee130604cf3da9890dfb31592184c1d89b Mon Sep 17 00:00:00 2001 From: "|| Prof. - Xadk3!" Date: Mon, 17 Apr 2023 08:53:55 +0000 Subject: [PATCH] manual gpg option add --- googleGitLogIn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/googleGitLogIn.sh b/googleGitLogIn.sh index d3eaf18..0d66d79 100755 --- a/googleGitLogIn.sh +++ b/googleGitLogIn.sh @@ -2,6 +2,8 @@ if [[ "$1" == "--org" ]]; then xdg-open https://accounts.google.com/signupwithoutgmail +elif [[ "$1" == "--gpg"]]; then + xdg-open https://developers.google.com/widevine/pgp fi xdg-open https://www.googlesource.com/new-password