Update adding a new OS to quickget guide

This commit is contained in:
Martin Wimpress 2022-02-21 15:58:12 +00:00
parent 46c7805ad1
commit 3f72f79e59
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

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