Main rockstor.com webpage. As a community endeavour we welcome contributions / corrections. Be sure to add your name to the AUTHORS file when submitting changes.
In the context of "Hugo v0.123.0 breaks downloads page #94", update README.md regarding this version limitation until we have a resolution for this upstream breaking change.
Linux X86_64 build host work-around:
cd ~/.local/bin
wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.tar.gz
tar zxvf hugo_extended_0.122.0_linux-amd64.tar.gz
N.B. slightly ill advised as multiple files in tar:
In the context of "Hugo v0.123.0 breaks downloads page #94", update README.md regarding this version limitation until we have a resolution for this upstream breaking change.
Linux X86_64 build host work-around:
N.B. slightly ill advised as multiple files in tar:
But enables use of existing user .local/bin path.