Skip to content

Commit

Permalink
Add edit chart command
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashochguertel committed Jun 25, 2023
1 parent 23d2101 commit 282fc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

mkdir -p ~/bin
curl -sSLf https://raw.githubusercontent.com/tobiashochguertel/helm-editor-frontend/main/edit-chart > "$HOME"/bin/edit-chart
curl -sSLf https://raw.githubusercontent.com/tobiashochguertel/helm-editor-frontend/main/edit-chart > "$HOME"/bin/edit-chart && chmod +x "$HOME"/bin/edit-chart
curl -sSLf https://raw.githubusercontent.com/tobiashochguertel/helm-editor-frontend/main/docker-compose.yml > "$HOME"/bin/edit-chart.docker-compose.yml

# Dasel
Expand Down

0 comments on commit 282fc90

Please sign in to comment.