Skip to content

Commit

Permalink
fix: added execute permissions to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Steinhäuser committed Nov 27, 2023
1 parent 615af49 commit 354f0f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ esac
echo "Installing Helm boostrap plugin for ${os} ${arch}"
url="https://github.com/tagesspiegel/helm-plugin-bootstrap/releases/latest/download/helm-plugin-bootstrap_${os}_${arch}${binExtension}"


echo "Downloading from ${url}"
echo "Creating bin directory"
pwd

mkdir -p "bin"

# Download with curl if possible.
Expand Down

0 comments on commit 354f0f6

Please sign in to comment.