Skip to content

Commit

Permalink
Remove bash in install script to support alpine (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Jul 16, 2018
1 parent 5f57813 commit 05cb335
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/install_plugin.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash -e
#!/bin/sh -e

# Copied w/ love from the excellent hypnoglow/helm-s3

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../

if [ -n "${HELM_PUSH_PLUGIN_NO_INSTALL_HOOK}" ]; then
echo "Development mode: not downloading versioned release."
exit 0
Expand Down

0 comments on commit 05cb335

Please sign in to comment.