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:
|
||||
|
||||
```bash
|
||||
quickget ubuntu-mate hirsute
|
||||
quickemu --vm ubuntu-mate-hirsute.conf
|
||||
quickget ubuntu-mate impish
|
||||
quickemu --vm ubuntu-mate-impish.conf
|
||||
```
|
||||
|
||||
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 \
|
||||
focal \
|
||||
hirsute \
|
||||
impish \
|
||||
devel
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue