diff --git a/quickget b/quickget index 71cfdbb..f32b4e7 100755 --- a/quickget +++ b/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).";; 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.";; - 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-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.";; @@ -509,7 +508,6 @@ function os_support() { ubuntustudio \ vanillaos \ void \ - vxlinux \ windows \ windows-server \ xubuntu \ @@ -1136,11 +1134,6 @@ function editions_void() { 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() { echo 11 10 } @@ -2713,14 +2706,6 @@ function get_void() { 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() { local HASH="" local ISO=""