Added impish (#106)

This commit is contained in:
Yannick Mauray 2021-10-15 02:20:50 +02:00 committed by GitHub
parent f3659e760b
commit 840294c16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -30,6 +30,7 @@ function releases_ubuntu() {
echo bionic \ echo bionic \
focal \ focal \
hirsute \ hirsute \
impish \
devel devel
} }