mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 01:06:09 +01:00
lscpd for arm
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import subprocess
|
||||
subprocess.run(self.command, capture_output=self.capture_output, text=True, shell=self.shell)
|
||||
if subprocess.run('uname -a', check=True, shell=True).find('arch64') ==-1:
|
||||
pass
|
||||
else:
|
||||
print('arch64')
|
||||
Reference in New Issue
Block a user