From 840294c16ba31f5dbdd6dca39e60ab2e7d94ed59 Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Fri, 15 Oct 2021 02:20:50 +0200 Subject: [PATCH] Added impish (#106) --- README.md | 4 ++-- quickget | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8522649..aa2c088 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/quickget b/quickget index a9bdd19..eda15d5 100755 --- a/quickget +++ b/quickget @@ -30,6 +30,7 @@ function releases_ubuntu() { echo bionic \ focal \ hirsute \ + impish \ devel }