mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
push more packages to repo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user