Section of the script that will check for the user's distribution and use this to determine the proper syntax to use in the Dependency Install section.
To find the distribution the function DISTRO=`lsb_release -i | cut -f 2-` is used to assign the name of the distribution to a variable for use in the Dependency Install section.
Distibutions that are checked for are;
Debian
Ubuntu-Family
Kali Linux
Fedora
CentOS
Red Hat Enterprise Linux
Arch Linux
Blackarch Linux
Gentoo
Funtoo
openSUSE
[ ] Write section checking for Debian, Ubuntu-Family and Kali Linux
[ ] Write section checking for Fedora, CentOS and Red Hat Enterprise Linux
[ ] Write Section checking for Gentoo, Funtoo
[ ] Write section checking for Arch, Blackarch Linux
Section of the script that will check for the user's distribution and use this to determine the proper syntax to use in the Dependency Install section. To find the distribution the function
DISTRO=`lsb_release -i | cut -f 2-`
is used to assign the name of the distribution to a variable for use in the Dependency Install section.Distibutions that are checked for are;