mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +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")
|
||||
for i in this.installations:
|
||||
remote_info(i)
|
||||
remote_info("user")
|
||||
remote_info("system")
|
||||
|
||||
# Packages
|
||||
output = subprocess.run(
|
||||
|
||||
Reference in New Issue
Block a user