I'd replace 0.96 with the latest version (0.96.3.992 as of right now) unless you have specific reasons for using specific versions, but yes, that should work.
I actually put a TAG= at the beginning, and then $TAG where needed.
What I wanted to know was:
- why the two lines "git submodule init" and "git submodule update" are repeated twice in the instructions, isn't one time sufficient, and where is the best position to put them in the script
- previous post by goatpig seemed to suggest that the line: "git tag -v v0.96" goes before "git checkout v0.96" so I wanted to make certain, if recommended way is different from instructions on the web site, what is the suggested order of the instructions, and possibly remove the redundant ones
why build Armory?
I thought you should never trust precompiled binaries and if you care about your coins, you should always build from source?