afarhan / sbitx

168 stars 58 forks source link

Improvements to the update script #66

Closed n1ai closed 9 months ago

n1ai commented 10 months ago

Similar to the build script, adding '-e' to the shell command will make it stop as soon as it encounters an error. This makes it clearer to the user which command caused the error (git pull vs ./build sbitx). We have seen one case of the user missing the git pull error recently and this would help avoid that in the future.