Greetings,
Is there any CLI program for OpenBSD that implements the steps described
at https://www.openbsd.org/faq/faq4.html#Download to download and check
the ISO images?
I wasn't able to find anything relevant after a quick check on DuckDuckGo.
I implemented a simple Perl script that implements those steps, but is
basically forking wget and signify to really get the job done.
Also, the script is not generic enough, since it generates a directory
tree that might no be what general users might want.
The script is available at
https://github.com/glasswalk3r/cpan-openbsd-smoker/blob/master/vagrant/get-iso.pl
Would be interested for the community to have a more generic
implementation and pack it as a OpenBSD package?
It would be great to get some feedback even before starting.
Thanks!