fix install script permission

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

@ -4,7 +4,7 @@ BOLD='\033[0;1m'
echo "$${BOLD}Installing JFrog CLI..." echo "$${BOLD}Installing JFrog CLI..."
# Install the JFrog CLI. # Install the JFrog CLI.
curl -fL https://getcli.jfrog.io | sudo sh curl -fL https://install-cli.jfrog.io | sudo sh
sudo chmod 755 /usr/local/bin/jf sudo chmod 755 /usr/local/bin/jf
# The jf CLI checks $CI when determining whether to use interactive # The jf CLI checks $CI when determining whether to use interactive

Loading…
Cancel
Save