🛠 spiral rename

Signed-off-by: zenobit <zenobit@disroot.org>
This commit is contained in:
zenobit 2024-01-16 10:58:58 +01:00 committed by Martin Wimpress
parent bce0dbffbe
commit 5e980a8631
1 changed files with 13 additions and 13 deletions

View File

@ -297,7 +297,7 @@ function os_support() {
slitaz \
solus \
sparkylinux \
spiral \
spirallinux \
tails \
tinycore \
trisquel \
@ -399,7 +399,7 @@ function os_homepages(){
slitaz) HOMEPAGE="https://www.slitaz.org/";;
solus) HOMEPAGE="https://getsol.us/";;
sparkylinux) HOMEPAGE="https://sparkylinux.org/";;
spiral) HOMEPAGE="https://spirallinux.github.io/";;
spirallinux) HOMEPAGE="https://spirallinux.github.io/";;
tails) HOMEPAGE="https://tails.net/";;
tinycore) HOMEPAGE="http://www.tinycorelinux.net/";;
trisquel) HOMEPAGE="https://trisquel.info/";;
@ -923,11 +923,11 @@ function editions_sparkylinux() {
echo lxqt mate xfce kde minimalgui minimalcli gameover multimedia rescue
}
function releases_spiral() {
function releases_spirallinux() {
echo latest
}
function editions_spiral() {
function editions_spirallinux() {
echo Plasma XFCE Mate LXQt Gnome Budgie Cinnamon Builder
}
@ -2480,7 +2480,7 @@ function get_sparkylinux() {
echo "${URL}/${ISO}" "${HASH}"
}
function get_spiral() {
function get_spirallinux() {
local EDITION="${1:-}"
local HASH=""
local ISO="SpiralLinux_${EDITION}_12.231005_x86-64.iso"