From 21799dee55fb3f651d0ce209e769a0002103b3ee Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 22 May 2024 21:21:33 +0300 Subject: [PATCH] list supported distros in comments at the top --- run_onchange_after_install_main_deps.sh.tmpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 885c2cf..88347b8 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -1,4 +1,16 @@ #!/usr/bin/env bash +## Anton Volnuhin's env +## anton@volnuhin.com +## +## Supported distros: +## * ubuntu +## * debian +## * fedora +## * almalinux +## * rocky +## * arch + + #Config STEPS=15 PAD_LEN=4