ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

AutoInstall: Copy Alpines method #121

Closed juancarlospaco closed 4 years ago

juancarlospaco commented 4 years ago

https://github.com/alpinelinux/alpine-chroot-install#usage

They put a Checksum on the autoinstall bash command. We can make that with a SHA512sum for the AutoInstall.

juancarlospaco commented 4 years ago

Remember to Update the SHA sum when updating the file. :slightly_smiling_face:

ThomasTJdev commented 4 years ago

Remember to Update the SHA sum when updating the file. 🙂

We need a check for that in our future-test suite ;)