Skip to content

Commit

Permalink
Fixing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Apr 12, 2024
1 parent 8167dbe commit e398c42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/argocd/v2.10.6/setup.d/01-setup-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ set -eo pipefail

PACKAGE_DIR=$(cd "$(dirname $BASH_SOURCE)/.."; pwd)

# Rename the binary
mv $PACKAGE_DIR/bin/argocd-linux-amd64 $PACKAGE_DIR/bin/argocd

# Make the binary executable
chmod 755 $PACKAGE_DIR/bin/argocd
1 change: 1 addition & 0 deletions packages/crane/v0.19.1/setup.d/01-setup-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ set -eo pipefail

PACKAGE_DIR=$(cd "$(dirname $BASH_SOURCE)/.."; pwd)

# Make the binary executable
chmod 755 $PACKAGE_DIR/bin/crane

0 comments on commit e398c42

Please sign in to comment.