From 3f72f79e59d999caf5ae900488e37d03aa1e7365 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 21 Feb 2022 15:58:12 +0000 Subject: [PATCH] Update adding a new OS to quickget guide --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 8ff887b..66efd72 100755 --- a/quickget +++ b/quickget @@ -3,7 +3,7 @@ # Here the quick 'n dirty guide to adding a new OS to quickget # # 1. Add the new OS, all lowercase, to os_support() -# 2. Add a "pretty name" display name to pretty_name() +# 2. Add a "pretty name" to pretty_name() # 3. Create a releases_newos() generator that outputs the currently supported release versions # 4. If the OS has "editions" (Linux Mint for example), create editions_newos() generator # 5. Add the new OS to make_vm_config(); (only if required)