mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
fix arcolinux releases
This commit is contained in:
parent
8f8a6a60b4
commit
94f2aeb40d
1 changed files with 3 additions and 1 deletions
4
quickget
4
quickget
|
@ -275,7 +275,9 @@ function releases_archcraft() {
|
|||
}
|
||||
|
||||
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