From c385de5a1cea2fb369247a134745502fd041e381 Mon Sep 17 00:00:00 2001 From: radumacocian Date: Mon, 19 Aug 2024 18:22:56 +0200 Subject: [PATCH] added -i command to msiexec --- .../%home%rmaco%projects%setup%install.sh | Bin 120314 -> 120836 bytes install.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/undodir/%home%rmaco%projects%setup%install.sh b/.vim/undodir/%home%rmaco%projects%setup%install.sh index 6b46993919d5c0fb578704b3841e53741259079f..0833b088d6ad6b74ca51ac3cdf4957d8f9282d2d 100644 GIT binary patch delta 204 zcmeyhn!RNMyLMP+?)=a^m;9#;%x7Oq>n_mhWo0wsF3DP57W?(3ne&_|h6kLBx_k^i zpDmxLZ6SY%0RliY3^Sx1E{tYj1d8xCHf?QUOuWc=X#10kjDHzL4?>m0D3BI|?S?xT zJsGFloM%+lD~y6@WcVrpl+p)cLm>7CVvu>-3Q&++oS9mYnmoPjGNT5gz~qHR!b}qE PlYf7f-Tv@0qa+gm=OH+d delta 106 zcmZqK!2WAByLMP+?)=a^m;9#;%w-3bdW*h(^eWlq=80qSvUfN7OUH*ArRbjR`2Tu- yqBrA2Z43E>3=jaKVVEK9aG^E}BT$5|v1w})W8y_dhV4%-GX7=U{`xATBohG6Bqq%O diff --git a/install.sh b/install.sh index 76bda5a..129f700 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ elif [[ "$OSTYPE" == "msys"* ]]; then else echo "----- Downloading nvim -----" curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi - msiexec ./nvim-win64.msi "/passive" + msiexec -i ./nvim-win64.msi "/passive" fi fi