added quoata install function

This commit is contained in:
usmannasir 2024-09-16 13:16:03 +05:00
parent f95ebc102a
commit e5aa2b539d
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class preFlightsChecks:
command = 'uname -r'
ffResult = subprocess.run(command, capture_output=True, text=True, shell=True)
ffResult = result.stdout.rstrip('\n')
ffResult = ffResult.stdout.rstrip('\n')
command = f"apt-get install linux-modules-extra-{ffResult}"
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)