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
3
quickget
3
quickget
|
@ -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