Skip to content

Commit

Permalink
Fixes nimble install error (#691)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Rose <[email protected]>
  • Loading branch information
fukusuket and vinnybod committed Sep 8, 2023
1 parent b0c3783 commit 5f6f025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
nimble install -y winim zippy nimcrypto
sudo apt install -y mingw-w64
else
Expand Down

0 comments on commit 5f6f025

Please sign in to comment.