mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
small fix
This commit is contained in:
parent
4c43070019
commit
f2a662ad14
1 changed files with 3 additions and 2 deletions
5
quickget
5
quickget
|
@ -57,7 +57,7 @@ function pretty_name() {
|
||||||
linuxmint) PRETTY_NAME="Linux Mint";;
|
linuxmint) PRETTY_NAME="Linux Mint";;
|
||||||
lmde) PRETTY_NAME="Linux Mint Debian Edition";;
|
lmde) PRETTY_NAME="Linux Mint Debian Edition";;
|
||||||
mageia) PRETTY_NAME="Mageia";;
|
mageia) PRETTY_NAME="Mageia";;
|
||||||
miyo) PRETTY_NAME="Miyo Linux";;
|
miyo) PRETTY_NAME="Miyo Linux";;
|
||||||
mxlinux) PRETTY_NAME="MX Linux";;
|
mxlinux) PRETTY_NAME="MX Linux";;
|
||||||
netboot) PRETTY_NAME="netboot.xyz";;
|
netboot) PRETTY_NAME="netboot.xyz";;
|
||||||
netbsd) PRETTY_NAME="NetBSD";;
|
netbsd) PRETTY_NAME="NetBSD";;
|
||||||
|
@ -79,7 +79,7 @@ function pretty_name() {
|
||||||
ubuntu-mate) PRETTY_NAME="Ubuntu MATE";;
|
ubuntu-mate) PRETTY_NAME="Ubuntu MATE";;
|
||||||
ubuntustudio) PRETTY_NAME="Ubuntu Studio";;
|
ubuntustudio) PRETTY_NAME="Ubuntu Studio";;
|
||||||
ubuntu-unity) PRETTY_NAME="Ubuntu Unity";;
|
ubuntu-unity) PRETTY_NAME="Ubuntu Unity";;
|
||||||
ventoy) PRETTY_NAME=Ventoy;;
|
ventoy) PRETTY_NAME="Ventoy";;
|
||||||
void) PRETTY_NAME="Void Linux";;
|
void) PRETTY_NAME="Void Linux";;
|
||||||
voidpup) PRETTY_NAME="Void Puppy";;
|
voidpup) PRETTY_NAME="Void Puppy";;
|
||||||
vxlinux) PRETTY_NAME="VX Linux";;
|
vxlinux) PRETTY_NAME="VX Linux";;
|
||||||
|
@ -477,6 +477,7 @@ function editions_linuxmint(){
|
||||||
function editions_lmde(){
|
function editions_lmde(){
|
||||||
echo cinnamon
|
echo cinnamon
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_lmde(){
|
function releases_lmde(){
|
||||||
echo 5
|
echo 5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue