mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Nothing to see here
This commit is contained in:
4
preinstall
vendored
4
preinstall
vendored
@@ -25,8 +25,8 @@ for package in required_packages.to_be_installed:
|
||||
packages = packages + package + " "
|
||||
try:
|
||||
breakpoint()
|
||||
ret = run("sudo", "pacman", "-S", packages)
|
||||
ret = run("sudo", "pacman", "-S %s" % packages)
|
||||
print(ret)
|
||||
except Exception as e:
|
||||
ret = run("pacman", "-S", packages)
|
||||
ret = run("pacman", "-S %s" % packages)
|
||||
print(ret)
|
||||
|
||||
Reference in New Issue
Block a user