fix an issue where micro, htop and exa are no longer available for alma and rocky

fix an issue for download links for supported linux distros
This commit is contained in:
Marco Ochse
2024-03-23 19:16:50 +01:00
parent de9db43ae0
commit d8c187b176
3 changed files with 44 additions and 13 deletions

View File

@ -5,7 +5,7 @@ myUSER=$(whoami)
myTPOT_CONF_FILE="/home/${myUSER}/tpotce/.env"
myPACKAGES_DEBIAN="ansible apache2-utils cracklib-runtime wget"
myPACKAGES_FEDORA="ansible cracklib httpd-tools wget"
myPACKAGES_ROCKY="ansible-core ansible-collection-redhat-rhel_mgmt cracklib httpd-tools wget"
myPACKAGES_ROCKY="ansible-core ansible-collection-redhat-rhel_mgmt epel-release cracklib httpd-tools wget"
myPACKAGES_OPENSUSE="ansible apache2-utils cracklib wget"