From 34815f9b081f4bebd2ca20e6863ca656a41b26c2 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Wed, 15 Nov 2023 12:22:21 +0100 Subject: [PATCH] =?utf8?q?Poprawienie=20pliku=20instaluj=C4=85cego=20addon?= =?utf8?q?=20nushell?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- addons/nushell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/nushell b/addons/nushell index aa91100..ec9d177 100644 --- a/addons/nushell +++ b/addons/nushell @@ -19,7 +19,7 @@ rm /tmp/oh-my-posh-install.sh; chmod +x /usr/local/bin/oh-my-posh; mkdir /usr/share/oh-my-posh; mv /root/.cache/oh-my-posh/themes /usr/share/oh-my-posh; -wget https://gitweb.morketsmerke.org/?p=immudex-testing.git;a=blob_plain;f=files/immudex-nu.omp.json;hb=refs/heads/main -O /usr/share/oh-my-posh/immudex-nu.omp.json; +wget "https://gitweb.morketsmerke.org/?p=immudex-testing.git;a=blob_plain;f=files/immudex-nu.omp.json;hb=refs/heads/main" -O /usr/share/oh-my-posh/immudex-nu.omp.json; EOF bash $(basename $0)_installer; if [ $? -eq 0 ]; then -- 2.39.5