From 5f6f0259a215e715db21e49fe884af7751c7f124 Mon Sep 17 00:00:00 2001 From: Fukusuke Takahashi <41001169+fukusuket@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:53:55 +0900 Subject: [PATCH] Fixes nimble install error (#691) Co-authored-by: Vincent Rose --- setup/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/install.sh b/setup/install.sh index 1b116b344..a8d218cfc 100755 --- a/setup/install.sh +++ b/setup/install.sh @@ -222,6 +222,7 @@ if [ "$answer" != "${answer#[Yy]}" ] ;then echo "export PATH=/root/.nimble/bin:$PATH" >> ~/.bashrc export PATH=/root/.nimble/bin:$PATH SOURCE_MESSAGE=true + nimble install -y nimble@0.14.2 nimble install -y winim zippy nimcrypto sudo apt install -y mingw-w64 else