quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
10.96k stars 479 forks source link

edubuntu not in readme #818

Closed zen0bit closed 1 year ago

zen0bit commented 1 year ago

Don't see edubuntu in readme

was merged but, not in docs @philclifford ?

philclifford commented 1 year ago

The docs reflect the state of quickget :

~/src/quickemu$ grep -i edubun quickget 
        edubuntu)
    if [ "${OS}" == "edubuntu" ] || [ "${OS}" == "ubuntu-unity" ] || [ "${OS}" == "ubuntucinnamon" ]; then
~/src/quickemu$ ./quickget edubuntu
ERROR! edubuntu is not a supported OS.

alma alpine android antix archlinux archcraft arcolinux batocera blendos bodhi bunsenlabs cachyos centos-stream debian deepin devuan dragonflybsd elementary endeavouros endless fedora freebsd freedos garuda gentoo ghostbsd haiku holoiso kali kdeneon kolibrios kubuntu linuxlite linuxmint lmde mageia manjaro mxlinux netboot netbsd nixos lubuntu macos openbsd openindiana opensuse oraclelinux peppermint popos porteus reactos rebornos rockylinux siduction slackware solus spiral tails tinycore trisquel truenas-core truenas-scale ubuntu ubuntu-budgie ubuntucinnamon ubuntukylin ubuntu-mate ubuntu-server ubuntustudio ubuntu-unity vanillaos void vxlinux windows xerolinux xubuntu zorin
~/src/quickemu$ git status
HEAD detached at upstream/master

So the latest quickget seems not to support edubuntu, and indeed it is not present in the os_support() definition.