mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Added impish (#106)
This commit is contained in:
parent
f3659e760b
commit
840294c16b
2 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,8 @@ want to run and Quickemu will figure out the best way to do it for you. For
|
||||||
example:
|
example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
quickget ubuntu-mate hirsute
|
quickget ubuntu-mate impish
|
||||||
quickemu --vm ubuntu-mate-hirsute.conf
|
quickemu --vm ubuntu-mate-impish.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
The original objective of the project was to enable quick testing of Linux
|
The original objective of the project was to enable quick testing of Linux
|
||||||
|
|
1
quickget
1
quickget
|
@ -30,6 +30,7 @@ function releases_ubuntu() {
|
||||||
echo bionic \
|
echo bionic \
|
||||||
focal \
|
focal \
|
||||||
hirsute \
|
hirsute \
|
||||||
|
impish \
|
||||||
devel
|
devel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue