BlackArch / blackarch

An ArchLinux based distribution for penetration testers and security researchers.
https://www.blackarch.org
Other
2.73k stars 550 forks source link

Arco Linux #4135

Closed mairm1340 closed 1 month ago

mairm1340 commented 1 month ago

I use Arco linux for few years now. I did follow the instrctions to enable blackArch but I am failing to get them work.

I did install strap.sh and ran as sudo

I did enable multilib and updated pacman -Syyu

when I do sudo pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u I get nothing I am not able to list anything for blackarch.

Kindly assist

mairm1340 commented 1 month ago

Multilib is enabled [multilib] Include = /etc/pacman.d/mirrorlist

mairm1340 commented 1 month ago

did bit of search and found that we need to add the below to the pacman.conf file for this to work.

[blackarch] Server = https://www.blackarch.org/blackarch/$repo/os/$arch

Does this mean the documentation needs to be updated for new users like me :P

ikstream commented 1 month ago

strap.sh should do this for you. It was designed to work with the stock arch pacman.conf. I haven’t looked at arco in a while, do they use custom repositories? Maybe something in your config did mess up something with the script. Can you post your full pacman.conf please?

Are you sure the script finished successfully?

mairm1340 commented 1 month ago
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg      = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
Color
#NoProgressBar
CheckSpace
VerbosePkgLists
ParallelDownloads = 8
ILoveCandy
DisableDownloadTimeout

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[arcolinux_repo_testing]
#SigLevel = PackageRequired DatabaseNever
#Include = /etc/pacman.d/arcolinux-mirrorlist

[arcolinux_repo]
SigLevel = PackageRequired DatabaseNever
Include = /etc/pacman.d/arcolinux-mirrorlist

[arcolinux_repo_3party]
SigLevel = PackageRequired DatabaseNever
Include = /etc/pacman.d/arcolinux-mirrorlist

[arcolinux_repo_xlarge]
SigLevel = PackageRequired DatabaseNever
Include = /etc/pacman.d/arcolinux-mirrorlist

#[core-testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

[blackarch]
Server = https://www.blackarch.org/blackarch/$repo/os/$arch

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

#[chaotic-aur]
#SigLevel = Required DatabaseOptional
#Include = /etc/pacman.d/chaotic-mirrorlist[blackarch]
Include = /etc/pacman.d/blackarch-mirrorlist
ikstream commented 1 month ago

Should have worked. Are you sure you run it with sudo/as root? Is there a blackarch-mirrorlist file in your /etc/pacman.d directory?

ikstream commented 1 month ago

Die you run something else to add another repo to your system? The actual last line in your config is blackarch related, but it’s missing the repo identifier. But the chaotic aur is there.

mairm1340 commented 1 month ago

I did run the script and did not work.

So I did google and found a way to add the below looking at the blackarch github file

[blackarch] Server = https://www.blackarch.org/blackarch/$repo/os/$arch

for now the issue is fixed but wanted to bring it to this forum if this can help sompeone

mairm1340 commented 1 month ago

dp2raw-20230206.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/unhide-20220611-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/urh-2.9.6-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/valabind-1.8.0-3-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/valgrind-3.23.0-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/veracrypt-1.26.7-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/vulscan-2.0-4-any.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/wavemon-0.9.5-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/wireshark-qt-4.2.4-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/wifite-2:2.7.0-2-any.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/xortool-1.0.0-2-any.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/zaproxy-2.15.0-1-any.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n]

:: File /var/cache/pacman/pkg/zssh-1.5c-14-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] :: File /var/cache/pacman/pkg/zzuf-0.15-3-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package). Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package) sslscan-2.1.2-1-x86_64.pkg.tar.zst is invalid or corrupted capstone-5.0.1-3-x86_64.pkg.tar.zst is invalid or corrupted python-capstone-5.0.1-3-x86_64.pkg.tar.zst is invalid or corrupted ropgadget-7.4-2-any.pkg.tar.zst is invalid or corrupted python-pwntools-4.12.0-2-any.pkg.tar.zst is invalid or corrupted afpfs-ng-0.8.2-3-x86_64.pkg.tar.zst is invalid or corrupted aircrack-ng-1.7-4-x86_64.pkg.tar.zst is invalid or corrupted tcpdump-4.99.4-1-x86_64.pkg.tar.zst is invalid or corrupted scapy-2.5.0-5-any.pkg.tar.zst is invalid or corrupted argon2-20190702-5-x86_64.pkg.tar.zst is invalid or corrupted radare2-5.9.0-1-x86_64.pkg.tar.zst is invalid or corrupted python-shodan-1.31.0-2-any.pkg.tar.zst is invalid or corrupted jadx-1.4.7-1-any.pkg.tar.zst is invalid or corrupted arduino-1:1.8.19-2-x86_64.pkg.tar.zst is invalid or corrupted geoip-1.6.12-2-x86_64.pkg.tar.zst is invalid or corrupted metasploit-6.4.7-1-x86_64.pkg.tar.zst is invalid or corrupted nmap-7.94-2-x86_64.pkg.tar.zst is invalid or corrupted arp-scan-1.10.0-4-x86_64.pkg.tar.zst is invalid or corrupted sqlmap-1.8-2-any.pkg.tar.zst is invalid or corrupted wireshark-cli-4.2.4-2-x86_64.pkg.tar.zst is invalid or corrupted atftp-0.8.0-3-x86_64.pkg.tar.zst is invalid or corrupted iputils-20240117-1-x86_64.pkg.tar.zst is invalid or corrupted testdisk-7.2-1-x86_64.pkg.tar.zst is invalid or corrupted sleuthkit-4.12.1-1-x86_64.pkg.tar.zst is invalid or corrupted hydra-9.5-2-x86_64.pkg.tar.zst is invalid or corrupted exploitdb-20240422-1-any.pkg.tar.zst is invalid or corrupted lynis-3.0.9-1-any.pkg.tar.zst is invalid or corrupted nbtscan-1.7.2-1-x86_64.pkg.tar.zst is invalid or corrupted nikto-2.5.0-1-any.pkg.tar.zst is invalid or corrupted httrack-3.49.4-1-x86_64.pkg.tar.zst is invalid or corrupted bind-9.18.26-2-x86_64.pkg.tar.zst is invalid or corrupted testssl.sh-3.0.8-2-any.pkg.tar.zst is invalid or corrupted smali-2.5.2-2-any.pkg.tar.zst is invalid or corrupted mitmproxy-10.2.4-3-any.pkg.tar.zst is invalid or corrupted yara-4.5.0-1-x86_64.pkg.tar.zst is invalid or corrupted python2-yara-4.0.5-2-x86_64.pkg.tar.zst is invalid or corrupted bandit-1.7.7-2-any.pkg.tar.zst is invalid or corrupted ropper-1.13.8-4-any.pkg.tar.zst is invalid or corrupted batctl-2023.1-1-x86_64.pkg.tar.zst is invalid or corrupted perl-image-exiftool-12.76-2-any.pkg.tar.zst is invalid or corrupted bettercap-2.32.0-3-x86_64.pkg.tar.zst is invalid or corrupted binwalk-2.3.4-4-any.pkg.tar.zst is invalid or corrupted ssdeep-2.14.1-3-x86_64.pkg.tar.zst is invalid or corrupted bless-0.6.3-1-any.pkg.tar.zst is invalid or corrupted medusa-2.2-12-x86_64.pkg.tar.zst is invalid or corrupted masscan-1.3.2-1-x86_64.pkg.tar.zst is invalid or corrupted bully-1.2-1-x86_64.pkg.tar.zst is invalid or corrupted john-1.9.0.jumbo1-11-x86_64.pkg.tar.zst is invalid or corrupted cadaver-0.24-1-x86_64.pkg.tar.zst is invalid or corrupted cfr-0.152-2-any.pkg.tar.zst is invalid or corrupted checksec-2.7.0-1-any.pkg.tar.zst is invalid or corrupted chntpw-140201-4-x86_64.pkg.tar.zst is invalid or corrupted elfutils-0.191-3-x86_64.pkg.tar.zst is invalid or corrupted clash-1.18.0-1-x86_64.pkg.tar.zst is invalid or corrupted wpscan-1:3.8.25-1-x86_64.pkg.tar.zst is invalid or corrupted corkscrew-2.0-8-x86_64.pkg.tar.zst is invalid or corrupted cowpatty-4.8-3-x86_64.pkg.tar.zst is invalid or corrupted cppcheck-2.12.0-3-x86_64.pkg.tar.zst is invalid or corrupted ophcrack-3.8.0-4-x86_64.pkg.tar.zst is invalid or corrupted hashcat-1:6.2.6-1-x86_64.pkg.tar.zst is invalid or corrupted crosstool-ng-1.26.0-1-x86_64.pkg.tar.zst is invalid or corrupted python-jsbeautifier-1.15.1-2-any.pkg.tar.zst is invalid or corrupted upx-4.2.3-1-x86_64.pkg.tar.zst is invalid or corrupted tor-0.4.8.11-1-x86_64.pkg.tar.zst is invalid or corrupted darkstat-3.0.721-3-x86_64.pkg.tar.zst is invalid or corrupted ddrescue-1.28-1-x86_64.pkg.tar.zst is invalid or corrupted distorm-3.5.2.b-3-x86_64.pkg.tar.zst is invalid or corrupted dive-0.12.0-1-x86_64.pkg.tar.zst is invalid or corrupted subbrute-1.2.1-3-any.pkg.tar.zst is invalid or corrupted dscanner-0.15.2-1-x86_64.pkg.tar.zst is invalid or corrupted dsniff-2.4b1-33-x86_64.pkg.tar.zst is invalid or corrupted hcxtools-6.3.4-1-x86_64.pkg.tar.zst is invalid or corrupted hcxdumptool-6.3.4-1-x86_64.pkg.tar.zst is invalid or corrupted ettercap-0.8.3.1-3-x86_64.pkg.tar.zst is invalid or corrupted freeradius-3.2.3-10-x86_64.pkg.tar.zst is invalid or corrupted elfkickers-3.2-4-x86_64.pkg.tar.zst is invalid or corrupted etherape-0.9.20-1-x86_64.pkg.tar.zst is invalid or corrupted evilginx-3.2.0-1-x86_64.pkg.tar.zst is invalid or corrupted fcrackzip-1.0-6-x86_64.pkg.tar.zst is invalid or corrupted macchanger-1.7.0-5-x86_64.pkg.tar.zst is invalid or corrupted findomain-9.0.4-1-x86_64.pkg.tar.zst is invalid or corrupted flawfinder-2.0.19-2-any.pkg.tar.zst is invalid or corrupted mdk4-4.2-1-x86_64.pkg.tar.zst is invalid or corrupted foremost-1.5.7-6-x86_64.pkg.tar.zst is invalid or corrupted fping-5.2-1-x86_64.pkg.tar.zst is invalid or corrupted freeipmi-1.6.14-1-x86_64.pkg.tar.zst is invalid or corrupted p0f-3.09b-3-x86_64.pkg.tar.zst is invalid or corrupted socat-1.8.0.0-1-x86_64.pkg.tar.zst is invalid or corrupted gdb-common-14.2-2-x86_64.pkg.tar.zst is invalid or corrupted gdb-14.2-2-x86_64.pkg.tar.zst is invalid or corrupted ghidra-11.0.3-1-x86_64.pkg.tar.zst is invalid or corrupted gitleaks-8.18.1-1-x86_64.pkg.tar.zst is invalid or corrupted gnuradio-3.10.10.0-1-x86_64.pkg.tar.zst is invalid or corrupted hackrf-2024.02.1-1-x86_64.pkg.tar.zst is invalid or corrupted gsocket-1.4.40-1-x86_64.pkg.tar.zst is invalid or corrupted hashcat-utils-1.9-2-x86_64.pkg.tar.zst is invalid or corrupted hcxkeys-6.2.1-2-x86_64.pkg.tar.zst is invalid or corrupted hexyl-0.14.0-1-x86_64.pkg.tar.zst is invalid or corrupted hping-3.0.0-5-x86_64.pkg.tar.zst is invalid or corrupted httping-2.9-1-x86_64.pkg.tar.zst is invalid or corrupted httptunnel-3.3-8-x86_64.pkg.tar.zst is invalid or corrupted i2pd-2.51.0-1-x86_64.pkg.tar.zst is invalid or corrupted iaito-5.9.0-2-x86_64.pkg.tar.zst is invalid or corrupted iodine-0.8.0-1-x86_64.pkg.tar.zst is invalid or corrupted ipmitool-1.8.19-2-x86_64.pkg.tar.zst is invalid or corrupted jad-1.5.8e-11-x86_64.pkg.tar.zst is invalid or corrupted jhead-3.08-1-x86_64.pkg.tar.zst is invalid or corrupted kcptun-20240107-1-x86_64.pkg.tar.zst is invalid or corrupted kismet-2023_07_R1-8-x86_64.pkg.tar.zst is invalid or corrupted libpst-0.6.76-9-x86_64.pkg.tar.zst is invalid or corrupted lldb-17.0.6-2-x86_64.pkg.tar.zst is invalid or corrupted lorcon-2:2020.06.06-5-x86_64.pkg.tar.zst is invalid or corrupted ltrace-0.7.3-4-x86_64.pkg.tar.zst is invalid or corrupted stunnel-5.72-1-x86_64.pkg.tar.zst is invalid or corrupted tinyproxy-1.11.1-3-x86_64.pkg.tar.zst is invalid or corrupted mat2-0.13.4-5-any.pkg.tar.zst is invalid or corrupted zmap-3.0.0-1-x86_64.pkg.tar.zst is invalid or corrupted mfoc-0.10.7+38+gba072f1-1-x86_64.pkg.tar.zst is invalid or corrupted mtr-0.95-4-x86_64.pkg.tar.zst is invalid or corrupted multimon-ng-1.3.0-1-x86_64.pkg.tar.zst is invalid or corrupted ncrack-0.7-3-x86_64.pkg.tar.zst is invalid or corrupted netsniff-ng-0.6.8-6-x86_64.pkg.tar.zst is invalid or corrupted ngrep-1.47-4-x86_64.pkg.tar.zst is invalid or corrupted onionshare-2.6.2-2-any.pkg.tar.zst is invalid or corrupted open-iscsi-2.1.9-2-x86_64.pkg.tar.zst is invalid or corrupted packer-1.10.3-2-x86_64.pkg.tar.zst is invalid or corrupted packeth-3.0-1-x86_64.pkg.tar.zst is invalid or corrupted pdfcrack-0.20-1-x86_64.pkg.tar.zst is invalid or corrupted peda-1.2-4-any.pkg.tar.zst is invalid or corrupted pixiewps-1.4.2-3-x86_64.pkg.tar.zst is invalid or corrupted volatility3-2.5.2-2-any.pkg.tar.zst is invalid or corrupted proxmark3-4.17768-2-x86_64.pkg.tar.zst is invalid or corrupted proxychains-ng-4.17-2-x86_64.pkg.tar.zst is invalid or corrupted proxytunnel-1.12.2-1-x86_64.pkg.tar.zst is invalid or corrupted ptunnel-0.72-6-x86_64.pkg.tar.zst is invalid or corrupted pwndbg-2024.02.14-3-any.pkg.tar.zst is invalid or corrupted r2ghidra-5.9.0-1-x86_64.pkg.tar.zst is invalid or corrupted radamsa-0.7-1-x86_64.pkg.tar.zst is invalid or corrupted rarcrack-0.2-7-x86_64.pkg.tar.zst is invalid or corrupted rathole-0.5.0-1-x86_64.pkg.tar.zst is invalid or corrupted reaver-1.6.6-1-x86_64.pkg.tar.zst is invalid or corrupted rfdump-1.6-5-x86_64.pkg.tar.zst is invalid or corrupted rkhunter-1.4.6-3-any.pkg.tar.zst is invalid or corrupted routersploit-3.4.2-2-any.pkg.tar.zst is invalid or corrupted rustscan-2.2.3-1-x86_64.pkg.tar.zst is invalid or corrupted rz-cutter-2.3.4-5-x86_64.pkg.tar.zst is invalid or corrupted rz-ghidra-0.7.0-1-x86_64.pkg.tar.zst is invalid or corrupted strace-6.8-1-x86_64.pkg.tar.zst is invalid or corrupted scanmem-0.17-8-x86_64.pkg.tar.zst is invalid or corrupted scrapy-2.11.1-1-any.pkg.tar.zst is invalid or corrupted shellcheck-0.10.0-3-x86_64.pkg.tar.zst is invalid or corrupted siege-4.1.6-1-x86_64.pkg.tar.zst is invalid or corrupted slowhttptest-1.9.0-1-x86_64.pkg.tar.zst is invalid or corrupted sniffglue-0.16.0-1-x86_64.pkg.tar.zst is invalid or corrupted spiped-1.6.2-3-x86_64.pkg.tar.zst is invalid or corrupted splint-3.1.2.git20180129-3-x86_64.pkg.tar.zst is invalid or corrupted ssh-audit-3.1.0-2-any.pkg.tar.zst is invalid or corrupted sshtunnel-0.4.0-7-any.pkg.tar.zst is invalid or corrupted sshuttle-1.1.2-2-any.pkg.tar.zst is invalid or corrupted sslh-2.1.1-3-x86_64.pkg.tar.zst is invalid or corrupted stegolego-8.85354f6-3-x86_64.pkg.tar.xz is invalid or corrupted swaks-20201014.0-1-any.pkg.tar.zst is invalid or corrupted syringe-12.79a703e-1-any.pkg.tar.xz is invalid or corrupted sysdig-0.36.1-1-x86_64.pkg.tar.zst is invalid or corrupted tcpflow-1.6.1-2-x86_64.pkg.tar.zst is invalid or corrupted tcpreplay-4.4.3-1-x86_64.pkg.tar.zst is invalid or corrupted thc-ipv6-3.8-2-x86_64.pkg.tar.zst is invalid or corrupted tinc-1.0.36-3-x86_64.pkg.tar.zst is invalid or corrupted torsocks-2.4.0-1-x86_64.pkg.tar.zst is invalid or corrupted traceroute-2.1.5-1-x86_64.pkg.tar.zst is invalid or corrupted trivy-0.51.1-1-x86_64.pkg.tar.zst is invalid or corrupted udp2raw-20230206.0-1-x86_64.pkg.tar.zst is invalid or corrupted unhide-20220611-2-x86_64.pkg.tar.zst is invalid or corrupted urh-2.9.6-4-x86_64.pkg.tar.zst is invalid or corrupted valabind-1.8.0-3-x86_64.pkg.tar.zst is invalid or corrupted valgrind-3.23.0-4-x86_64.pkg.tar.zst is invalid or corrupted veracrypt-1.26.7-1-x86_64.pkg.tar.zst is invalid or corrupted vulscan-2.0-4-any.pkg.tar.zst is invalid or corrupted wavemon-0.9.5-1-x86_64.pkg.tar.zst is invalid or corrupted wireshark-qt-4.2.4-2-x86_64.pkg.tar.zst is invalid or corrupted wifite-2:2.7.0-2-any.pkg.tar.zst is invalid or corrupted xortool-1.0.0-2-any.pkg.tar.zst is invalid or corrupted zaproxy-2.15.0-1-any.pkg.tar.zst is invalid or corrupted zssh-1.5c-14-x86_64.pkg.tar.zst is invalid or corrupted zzuf-0.15-3-x86_64.pkg.tar.zst is invalid or corrupted Errors occurred, no packages were upgraded.

ikstream commented 1 month ago

Update your arch and blackarch keyring. Than update again

ikstream commented 1 month ago

I did run the script and did not work.

So I did google and found a way to add the below looking at the blackarch github file

[blackarch] Server = https://www.blackarch.org/blackarch/$repo/os/$arch

for now the issue is fixed but wanted to bring it to this forum if this can help sompeone

In your last two lines the correct blackarch repo was added, but there is a new line missing. You can use the mirror list file instead to use a mirror closest to you.

mairm1340 commented 1 month ago

can you share that missing line for my reference here please

mairm1340 commented 1 month ago

With: reflector -f 30 -l 30 --number 10 --verbose --save /etc/pacman.d/mirrorlist When: 2024-05-10 10:11:07 UTC From: https://archlinux.org/mirrors/status/json/ Retrieved: 2024-05-10 10:08:13 UTC Last Check: 2024-05-10 10:02:37 UTC

Server = https://mirror.sunred.org/archlinux/$repo/os/$arch Server = https://mirror3.sl-chat.ru/archlinux/$repo/os/$arch Server = https://mirror1.sl-chat.ru/archlinux/$repo/os/$arch Server = https://mirror2.sl-chat.ru/archlinux/$repo/os/$arch Server = http://mirror.sunred.org/archlinux/$repo/os/$arch Server = http://md.mirrors.hacktegic.com/archlinux/$repo/os/$arch Server = https://md.mirrors.hacktegic.com/archlinux/$repo/os/$arch Server = http://mirror.moson.org/arch/$repo/os/$arch Server = https://america.mirror.pkgbuild.com/$repo/os/$arch Server = https://mirror.moson.org/arch/$repo/os/$arch

ikstream commented 1 month ago

Reflector only works with arch repos, use rankmirrors instead

ikstream commented 1 month ago

can you share that missing line for my reference here please

IMG_1161

there you have to enter a new line and you are good to go

mairm1340 commented 1 month ago

this is now sorted thank you very much

mairm1340 commented 1 month ago

this is now sorted thank you very much