From ce1bbfe33e2ce897592ec523806c347f0e6e1900 Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 21 Mar 2023 02:32:58 +0100 Subject: [PATCH] testing add distro: template --- newvm.tmp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 newvm.tmp diff --git a/newvm.tmp b/newvm.tmp new file mode 100644 index 0000000..7d04d91 --- /dev/null +++ b/newvm.tmp @@ -0,0 +1,16 @@ + miyo) PRETTY_NAME=Miyo Linux;; + miyo \;; +function releases_miyo() { + echo latest 2022 2020 2019 2018 2017 2016 +} +function editions_miyo() { + echo kwin deboot-ceres jwm openbox mate wmderland qt icewm i3 debootstrap modern Others Compiz Rolling Basic Awesome +} +function get_miyo() { + local EDITION= + local HASH= + local ISO=miyo-${EDITION}-x86_64-BIOS-${DATE}.iso + local URL=https://sourceforge.net/projects/miyolinux/files/${RELEASE}-Release/${EDITION} + HASH= + echo https://sourceforge.net/projects/miyolinux/files/${RELEASE}-Release/${EDITION}/miyo-${EDITION}-x86_64-BIOS-${DATE}.iso +}