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:
```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

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

Loading…
Cancel
Save