rm cyberpanel

This commit is contained in:
Usman Nasir
2019-12-12 07:53:37 +05:00
parent 4ee2fb3f6f
commit 56d88dd111

View File

@@ -456,6 +456,9 @@ class preFlightsChecks:
os.chdir('/usr/local')
command = 'rm -rf cyberpanel'
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
command = "git clone https://github.com/usmannasir/cyberpanel"
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)