push more packages to repo

This commit is contained in:
Usman Nasir
2020-04-10 16:50:11 +05:00
parent 5e63e839a2
commit 923f7c1d40
6 changed files with 5 additions and 71 deletions

View File

@@ -1282,8 +1282,6 @@ class Upgrade:
command = 'apt -y install git'
Upgrade.executioner(command, 'installGit', 0)
else:
command = 'sudo yum -y install http://repo.iotti.biz/CentOS/7/noarch/lux-release-7-1.noarch.rpm'
Upgrade.executioner(command, 'installGit', 0)
command = 'sudo yum install git -y'
Upgrade.executioner(command, 'installGit', 0)