dont stop on repo fail

This commit is contained in:
Usman Nasir
2019-11-13 19:37:55 +05:00
parent bfb4355451
commit 8fe8ed5228

View File

@@ -468,7 +468,7 @@ class preFlightsChecks:
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
else:
command = 'yum -y install http://repo.iotti.biz/CentOS/7/noarch/lux-release-7-1.noarch.rpm'
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
command = 'yum install git -y'
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)