bs2-fusecds/images/download-isos.sh

10 lines
249 B
Bash
Raw Permalink Normal View History

2023-01-10 17:48:39 +01:00
#!/bin/sh
set -eu
wget -O core-current.image \
'https://distro.ibiblio.org/tinycorelinux/5.x/x86/release/Core-current.iso'
wget -O tinycore-current.image \
'https://distro.ibiblio.org/tinycorelinux/5.x/x86/release/TinyCore-current.iso'