From db322bc145b184f9d7a26639688dc130b42f6291 Mon Sep 17 00:00:00 2001 From: Johannes Metzner Date: Mon, 19 Feb 2024 08:56:29 +0100 Subject: [PATCH] Fix --- .chezmoiscripts/run_once_before_04-install-sdkman.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoiscripts/run_once_before_04-install-sdkman.sh.tmpl b/.chezmoiscripts/run_once_before_04-install-sdkman.sh.tmpl index 8340bf8..2037a13 100644 --- a/.chezmoiscripts/run_once_before_04-install-sdkman.sh.tmpl +++ b/.chezmoiscripts/run_once_before_04-install-sdkman.sh.tmpl @@ -1 +1,2 @@ +#!/bin/bash curl -s "https://get.sdkman.io?rcupdate=false" | bash