Add Fedora support to bindep install step
This patch ensures that the bindep install step includes a section for Fedora. I'm not sure why this wasn't present already. Change-Id: I82d6c46f62aaf4341f02fab7e3270650c40d65ee
This commit is contained in:
parent
ac930796d6
commit
af86dc9482
@ -75,7 +75,7 @@ if [[ ${#BINDEP_PKGS} > 0 ]]; then
|
|||||||
*suse*)
|
*suse*)
|
||||||
sudo zypper -n in $BINDEP_PKGS
|
sudo zypper -n in $BINDEP_PKGS
|
||||||
;;
|
;;
|
||||||
centos)
|
centos|fedora)
|
||||||
sudo $RHT_PKG_MGR install -y $BINDEP_PKGS
|
sudo $RHT_PKG_MGR install -y $BINDEP_PKGS
|
||||||
;;
|
;;
|
||||||
ubuntu|debian)
|
ubuntu|debian)
|
||||||
|
Loading…
Reference in New Issue
Block a user