testing add distro: template

This commit is contained in:
zenobit 2023-03-21 02:32:58 +01:00
parent 01ae9d4802
commit ce1bbfe33e
1 changed files with 16 additions and 0 deletions

16
newvm.tmp Normal file
View File

@ -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
}