mrv777 / sui-installation-scripts

Installation scripts for SUI blockchain
MIT License
2 stars 1 forks source link

Suggestions :) #1

Open ViSTiE opened 2 years ago

ViSTiE commented 2 years ago

Hi MrV,

I've been working with your scripts and used the update-sui script lately. It's been working great and I've nothing to complain about. I only have some minor suggestions you can think about.

That's it for the moment, been looking forward to more updates :) Thank you for this great and useful work!

mrv777 commented 2 years ago

Thank you for testing it out and the feedback. I did take your suggestion and pipe some of that output to clean it up.

There is a check for jq already, but not one for screen. However, screen is never used in the script and prefer to keep it to dependencies the script needs. Screen is likely called before the script anyways, so checking for it is a bit late.

As for the update script, I will have to check, there is sometimes a delay with the devnet releases and the GitHub tags I think so it may have just been bad timing.

Yeah, I think an option to add the binaries is a good idea.

ViSTiE commented 2 years ago

Hi,

sorry to bother you again, but I just downloaded the latest version of the scripts and tried to execute the update-sui script, but it fails due to this error: grafik

I even cloned the whole repo, but this issue persists.

Any idea what I can do?

mrv777 commented 2 years ago

Oh, sorry about that bug. I should add a better update script. You need to manually download the VERISON file or update the number in it to 4

ViSTiE commented 2 years ago

So I changed the number in the VERSION file to 4 and it works now.