Remove colon and port in arch (#4)
Signed-off-by: redtrillix <zachary.gethin@destronia.com> Co-authored-by: redtrillix <redtrillix@users.noreply.github.com>
This commit is contained in:
parent
08d7370849
commit
0ea767c07b
2
.github/workflows/generate_arch_mirrors.yml
vendored
2
.github/workflows/generate_arch_mirrors.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Arch Mirror List
|
- name: Generate Arch Mirror List
|
||||||
id: generate
|
id: generate
|
||||||
run: curl -L https://www.archlinux.org/mirrorlist/all/http | grep -oP 'https?://\K[^/]*' | sort -u >arch.txt
|
run: curl -L https://www.archlinux.org/mirrorlist/all/http | grep -oP 'https?://\K[^/]*' | sed "s/:.*//g" | sort -u >arch.txt
|
||||||
|
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
id: date
|
id: date
|
||||||
|
2
arch.txt
2
arch.txt
@ -407,7 +407,7 @@ syd.mirror.rackspace.com
|
|||||||
tux.rainside.sk
|
tux.rainside.sk
|
||||||
uvermont.mm.fcix.net
|
uvermont.mm.fcix.net
|
||||||
vpsmurah.jagoanhosting.com
|
vpsmurah.jagoanhosting.com
|
||||||
wcbmedia.io:8000
|
wcbmedia.io
|
||||||
www.caco.ic.unicamp.br
|
www.caco.ic.unicamp.br
|
||||||
www.gtlib.gatech.edu
|
www.gtlib.gatech.edu
|
||||||
www.gutscheindrache.com
|
www.gutscheindrache.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user