mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-15 00:34:42 +09:00
Remove unneeded double check of user and system installations
This commit is contained in:
@@ -343,8 +343,6 @@ class HostInfo:
|
|||||||
this.installations.append("system")
|
this.installations.append("system")
|
||||||
for i in this.installations:
|
for i in this.installations:
|
||||||
remote_info(i)
|
remote_info(i)
|
||||||
remote_info("user")
|
|
||||||
remote_info("system")
|
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
output = subprocess.run(
|
output = subprocess.run(
|
||||||
|
|||||||
Reference in New Issue
Block a user