You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└─# python3 mirrorscript-v2.py -https
#
# Mirrorscripts-v2 - By Hazmirul Afiq
# Automatically select the best Kali mirror and apply the configuration
# https://github.com/IceM4nn/mirrorscript-v2
# https://www.metahackers.pro/speed-kali-linux-update/
#
[-] Checking if 'apt-transport-https' package is installed.
[+] Getting mirror list ...
[+] Checking mirrors ...
[+] Finding the best latency
Traceback (most recent call last):
File "/home/kali/Desktop/mirrorscript-v2/mirrorscript-v2.py", line 185, in <module>
print("[+] Fastest mirror: " + str(sorted_mirrors[0]))
~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: