fix(arcolinux): arcolinux has gone away
This commit is contained in:
parent
b8bf619a50
commit
138fc1f689
21
quickget
21
quickget
|
|
@ -26,7 +26,6 @@ function os_info() {
|
|||
antix) INFO="Antix|-|https://antixlinux.com/|Fast, lightweight and easy to install systemd-free linux live CD distribution based on Debian Stable for Intel-AMD x86 compatible systems.";;
|
||||
archcraft) INFO="Archcraft|-|https://archcraft.io/|Yet another minimal Linux distribution, based on Arch Linux.";;
|
||||
archlinux) INFO="Arch Linux|-|https://archlinux.org/|Lightweight and flexible Linux® distribution that tries to Keep It Simple.";;
|
||||
arcolinux) INFO="Arco Linux|-|https://arcolinux.com/|Is all about becoming an expert in linux.";;
|
||||
artixlinux) INFO="Artix Linux|-|https://artixlinux.org/|The Art of Linux. Simple. Fast. Systemd-free.";;
|
||||
athenaos) INFO="Athena OS|-|https://athenaos.org/|Offer a different experience than the most used pentesting distributions by providing only tools that fit with the user needs and improving the access to hacking resources and learning materials.";;
|
||||
batocera) INFO="Batocera|-|https://batocera.org/|Retro-gaming distribution with the aim of turning any computer/nano computer into a gaming console during a game or permanently.";;
|
||||
|
|
@ -420,7 +419,6 @@ function os_support() {
|
|||
antix \
|
||||
archcraft \
|
||||
archlinux \
|
||||
arcolinux \
|
||||
artixlinux \
|
||||
athenaos \
|
||||
batocera \
|
||||
|
|
@ -559,15 +557,6 @@ function releases_archlinux() {
|
|||
echo latest
|
||||
}
|
||||
|
||||
function releases_arcolinux() {
|
||||
#shellcheck disable=SC2046,SC2005
|
||||
echo $(web_pipe "https://ant.seedhost.eu/arcolinux/iso/" | grep -o -E -e "v[[:digit:]]{2}.[[:digit:]]{2}.[[:digit:]]{2}" | sort -ru | head -n 5)
|
||||
}
|
||||
|
||||
function editions_arcolinux() {
|
||||
echo net plasma pro
|
||||
}
|
||||
|
||||
function releases_artixlinux() {
|
||||
#shellcheck disable=SC2046,SC2005
|
||||
echo $(web_pipe "https://mirror1.artixlinux.org/iso/" | grep "artix-" | cut -d'"' -f2 | grep -v sig | cut -d'-' -f 4 | sort -ru | tail -n 1)
|
||||
|
|
@ -1641,16 +1630,6 @@ function get_archlinux() {
|
|||
echo "${URL}${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_arcolinux() {
|
||||
local HASH=""
|
||||
local ISO=""
|
||||
local URL=""
|
||||
URL="https://ant.seedhost.eu/arcolinux/iso/${RELEASE}"
|
||||
ISO="arco${EDITION}-${RELEASE}-x86_64.iso"
|
||||
HASH=$(web_pipe "${URL}/${ISO}.sha256" | cut -d' ' -f1)
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_artixlinux() {
|
||||
local HASH=""
|
||||
local ISO=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue