fix(quickget): remove VX Linux (project website down)
This commit is contained in:
parent
5b67c0808f
commit
083ae65ae3
15
quickget
15
quickget
|
|
@ -111,7 +111,6 @@ function os_info() {
|
||||||
ubuntu-unity) INFO="Ubuntu Unity|-|https://ubuntuunity.org/|Flavor of Ubuntu featuring the Unity7 desktop environment (the default desktop environment used by Ubuntu from 2010-2017).";;
|
ubuntu-unity) INFO="Ubuntu Unity|-|https://ubuntuunity.org/|Flavor of Ubuntu featuring the Unity7 desktop environment (the default desktop environment used by Ubuntu from 2010-2017).";;
|
||||||
vanillaos) INFO="Vanilla OS|-|https://vanillaos.org/|Designed to be a reliable and productive operating system for your daily work.";;
|
vanillaos) INFO="Vanilla OS|-|https://vanillaos.org/|Designed to be a reliable and productive operating system for your daily work.";;
|
||||||
void) INFO="Void Linux|anon:voidlinux|https://voidlinux.org/|General purpose operating system. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources.";;
|
void) INFO="Void Linux|anon:voidlinux|https://voidlinux.org/|General purpose operating system. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources.";;
|
||||||
vxlinux) INFO="VX Linux|-|https://vxlinux.org/|Pre-configured, secure systemd-free Plasma desktop with focus on convenience, performance and simplicity. Based on the excellent Void Linux.";;
|
|
||||||
windows) INFO="Windows|-|https://www.microsoft.com/en-us/windows/|Whether you’re gaming, studying, running a business, or running a household, Windows helps you get it done.";;
|
windows) INFO="Windows|-|https://www.microsoft.com/en-us/windows/|Whether you’re gaming, studying, running a business, or running a household, Windows helps you get it done.";;
|
||||||
windows-server) INFO="Windows Server|-|https://www.microsoft.com/en-us/windows-server/|Platform for building an infrastructure of connected applications, networks, and web services.";;
|
windows-server) INFO="Windows Server|-|https://www.microsoft.com/en-us/windows-server/|Platform for building an infrastructure of connected applications, networks, and web services.";;
|
||||||
xubuntu) INFO="Xubuntu|-|https://xubuntu.org/|Elegant and easy to use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.";;
|
xubuntu) INFO="Xubuntu|-|https://xubuntu.org/|Elegant and easy to use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.";;
|
||||||
|
|
@ -509,7 +508,6 @@ function os_support() {
|
||||||
ubuntustudio \
|
ubuntustudio \
|
||||||
vanillaos \
|
vanillaos \
|
||||||
void \
|
void \
|
||||||
vxlinux \
|
|
||||||
windows \
|
windows \
|
||||||
windows-server \
|
windows-server \
|
||||||
xubuntu \
|
xubuntu \
|
||||||
|
|
@ -1136,11 +1134,6 @@ function editions_void() {
|
||||||
echo glibc musl xfce-glibc xfce-musl
|
echo glibc musl xfce-glibc xfce-musl
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_vxlinux() {
|
|
||||||
#shellcheck disable=SC2046,SC2005
|
|
||||||
echo $(web_pipe "https://github.com/VX-Linux/main/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | sort -u | cut -d'/' -f 3)
|
|
||||||
}
|
|
||||||
|
|
||||||
function releases_windows() {
|
function releases_windows() {
|
||||||
echo 11 10
|
echo 11 10
|
||||||
}
|
}
|
||||||
|
|
@ -2713,14 +2706,6 @@ function get_void() {
|
||||||
echo "${URL}/${RELEASE}/${ISO} ${HASH}"
|
echo "${URL}/${RELEASE}/${ISO} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_vxlinux() {
|
|
||||||
local HASH=""
|
|
||||||
local ISO="vx-${RELEASE}.iso"
|
|
||||||
local URL="https://github.com/VX-Linux/main/releases/download/${RELEASE}"
|
|
||||||
HASH=$(web_pipe "${URL}/vx-${RELEASE}.md5" | cut -d' ' -f1)
|
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
|
||||||
}
|
|
||||||
|
|
||||||
function get_zorin() {
|
function get_zorin() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue