From 282fc9006ce707cca324a0dbe04f8aecd3091dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Hochg=C3=BCrtel?= Date: Sun, 25 Jun 2023 09:15:42 +0200 Subject: [PATCH] Add edit chart command --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index e1ac155..c719d88 --- a/install.sh +++ b/install.sh @@ -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