mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
parent
27534985e7
commit
c915692583
1 changed files with 3 additions and 1 deletions
4
quickget
4
quickget
|
@ -302,7 +302,9 @@ function releases_archlinux() {
|
|||
}
|
||||
|
||||
function releases_arcolinux() {
|
||||
echo v21.09.11 v21.11.05 v22.01.10
|
||||
local RLIST
|
||||
RLIST=$(curl -s https://ant.seedhost.eu/arcolinux/iso/ | grep -o -E ">v[[:digit:]]{2}.[[:digit:]]{2}.[[:digit:]]{2}" | sed -e "s/>//" | tr '\r\n' ' ')
|
||||
echo ${RLIST}
|
||||
}
|
||||
|
||||
function editions_arcolinux() {
|
||||
|
|
Loading…
Reference in a new issue