From 7820e56da75ce3215459c609a2849a19e763d1a6 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 26 Sep 2023 16:47:04 +0300 Subject: [PATCH] fix permission --- jfrog/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jfrog/run.sh b/jfrog/run.sh index 17fc8bf..ef13c67 100644 --- a/jfrog/run.sh +++ b/jfrog/run.sh @@ -4,7 +4,8 @@ BOLD='\033[0;1m' echo "$${BOLD}Installing JFrog CLI..." # Install the JFrog CLI. -curl -fL https://getcli.jfrog.io | sh +curl -fL https://getcli.jfrog.io | sudo sh +sudo chmod 755 /usr/local/bin/jf # The jf CLI checks $CI when determining whether to use interactive # flows.