Added impish (#106)

pull/111/head
Yannick Mauray 3 years ago committed by GitHub
parent f3659e760b
commit 840294c16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md
  2. 1
      quickget

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

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

Loading…
Cancel
Save