mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
testing add distro: template
This commit is contained in:
parent
01ae9d4802
commit
ce1bbfe33e
1 changed files with 16 additions and 0 deletions
16
newvm.tmp
Normal file
16
newvm.tmp
Normal 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
|
||||
}
|
Loading…
Reference in a new issue