fix permission

pull/50/head
Muhammad Atif Ali 2 years ago
parent a23a03e934
commit 7820e56da7
No known key found for this signature in database

@ -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.

Loading…
Cancel
Save