From: xf0r3m Date: Wed, 15 Nov 2023 11:22:21 +0000 (+0100) Subject: Poprawienie pliku instalujÄ…cego addon nushell X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=34815f9b081f4bebd2ca20e6863ca656a41b26c2;p=immudex-testing.git Poprawienie pliku instalujÄ…cego addon nushell --- 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