SoftMaker Office: Difference between revisions

imported>Yannickloth
Explain how to install latest and previous editions of SoftMaker Office
 
imported>Yannickloth
No edit summary
Line 48: Line 48:
2. Generate the sha256 hash (don't forget to fix the path and filename of the .tgz) : <syntaxhighlight lang="sh">nix to-sri --type sha256 $(sha256sum ~/Downloads/softmaker-office-2018-982-amd64.tgz | cut -d ' ' -f1)</syntaxhighlight>
2. Generate the sha256 hash (don't forget to fix the path and filename of the .tgz) : <syntaxhighlight lang="sh">nix to-sri --type sha256 $(sha256sum ~/Downloads/softmaker-office-2018-982-amd64.tgz | cut -d ' ' -f1)</syntaxhighlight>
3. Add the specification into {{ic|/etc/nixos/configuration.nix}} as for installing the 2018 edition, and adapt the three variables with your values ({{ic|edition}}, {{ic|version}} and {{ic|sha256}}).
3. Add the specification into {{ic|/etc/nixos/configuration.nix}} as for installing the 2018 edition, and adapt the three variables with your values ({{ic|edition}}, {{ic|version}} and {{ic|sha256}}).
[[Category:Guide]]