Add a message when running check_mirror_reachable to let users know it is not frozen.
This commit is contained in:
parent
14d0685edc
commit
3023e57033
|
|
@ -29,6 +29,7 @@ def list_interfaces(skip_loopback=True):
|
|||
|
||||
|
||||
def check_mirror_reachable():
|
||||
log("Testing connectivity to the Arch Linux mirrors ...", level=logging.INFO)
|
||||
if (exit_code := SysCommand("pacman -Sy").exit_code) == 0:
|
||||
return True
|
||||
elif os.geteuid() != 0:
|
||||
|
|
|
|||
Loading…
Reference in New Issue