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 213136e commit 49f57c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

mkdir -p ~/bin
curl https://raw.githubusercontent.com/tobiashochguertel/helm-editor-frontend/main/edit-chart > ~/bin/edit-chart
curl https://raw.githubusercontent.com/tobiashochguertel/helm-editor-frontend/main/docker-compose.yml > ~/bin/edit-chart.docker-compose.yml
curl -sSLf https://raw.githubusercontent.com/tobiashochguertel/helm-editor-frontend/main/edit-chart > ~/bin/edit-chart
curl -sSLf https://raw.githubusercontent.com/tobiashochguertel/helm-editor-frontend/main/docker-compose.yml > ~/bin/edit-chart.docker-compose.yml

# Dasel
if [[ $OSTYPE == 'darwin'* ]]; then
Expand Down

0 comments on commit 49f57c5

Please sign in to comment.