From c0876aa11b0c1158fd32dfdb85bf875c4aa00843 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 27 Aug 2023 13:56:23 +0200 Subject: [PATCH] noconfirm --- docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 402001a..5210b98 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -46,8 +46,8 @@ CMake Error at C:/Users/moeya/Desktop/Chamelion/ProxSpace/msys2/mingw64/share/cm This is due to a version of ninja not aware of the Windows paths. Fix: ``` -pacman -R ninja -pacman -S mingw-w64-x86_64-ninja +pacman -R ninja --noconfirm +pacman -S mingw-w64-x86_64-ninja --noconfirm ``` # CLI usage