🛠 spiral rename
Signed-off-by: zenobit <zenobit@disroot.org>
This commit is contained in:
parent
bce0dbffbe
commit
5e980a8631
26
quickget
26
quickget
|
@ -297,7 +297,7 @@ function os_support() {
|
||||||
slitaz \
|
slitaz \
|
||||||
solus \
|
solus \
|
||||||
sparkylinux \
|
sparkylinux \
|
||||||
spiral \
|
spirallinux \
|
||||||
tails \
|
tails \
|
||||||
tinycore \
|
tinycore \
|
||||||
trisquel \
|
trisquel \
|
||||||
|
@ -399,7 +399,7 @@ function os_homepages(){
|
||||||
slitaz) HOMEPAGE="https://www.slitaz.org/";;
|
slitaz) HOMEPAGE="https://www.slitaz.org/";;
|
||||||
solus) HOMEPAGE="https://getsol.us/";;
|
solus) HOMEPAGE="https://getsol.us/";;
|
||||||
sparkylinux) HOMEPAGE="https://sparkylinux.org/";;
|
sparkylinux) HOMEPAGE="https://sparkylinux.org/";;
|
||||||
spiral) HOMEPAGE="https://spirallinux.github.io/";;
|
spirallinux) HOMEPAGE="https://spirallinux.github.io/";;
|
||||||
tails) HOMEPAGE="https://tails.net/";;
|
tails) HOMEPAGE="https://tails.net/";;
|
||||||
tinycore) HOMEPAGE="http://www.tinycorelinux.net/";;
|
tinycore) HOMEPAGE="http://www.tinycorelinux.net/";;
|
||||||
trisquel) HOMEPAGE="https://trisquel.info/";;
|
trisquel) HOMEPAGE="https://trisquel.info/";;
|
||||||
|
@ -923,12 +923,12 @@ function editions_sparkylinux() {
|
||||||
echo lxqt mate xfce kde minimalgui minimalcli gameover multimedia rescue
|
echo lxqt mate xfce kde minimalgui minimalcli gameover multimedia rescue
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_spiral() {
|
function releases_spirallinux() {
|
||||||
echo latest
|
echo latest
|
||||||
}
|
}
|
||||||
|
|
||||||
function editions_spiral() {
|
function editions_spirallinux() {
|
||||||
echo Plasma XFCE Mate LXQt Gnome Budgie Cinnamon Builder
|
echo Plasma XFCE Mate LXQt Gnome Budgie Cinnamon Builder
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_tails() {
|
function releases_tails() {
|
||||||
|
@ -2480,14 +2480,14 @@ function get_sparkylinux() {
|
||||||
echo "${URL}/${ISO}" "${HASH}"
|
echo "${URL}/${ISO}" "${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_spiral() {
|
function get_spirallinux() {
|
||||||
local EDITION="${1:-}"
|
local EDITION="${1:-}"
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO="SpiralLinux_${EDITION}_12.231005_x86-64.iso"
|
local ISO="SpiralLinux_${EDITION}_12.231005_x86-64.iso"
|
||||||
local URL="https://sourceforge.net/projects/spirallinux/files/12.231005"
|
local URL="https://sourceforge.net/projects/spirallinux/files/12.231005"
|
||||||
|
|
||||||
HASH=$(wget -q -O- 'https://sourceforge.net/projects/spirallinux/rss?path=/' | grep "${ISO}" | grep 'md5' | cut -d'<' -f3 | cut -d'>' -f2)
|
HASH=$(wget -q -O- 'https://sourceforge.net/projects/spirallinux/rss?path=/' | grep "${ISO}" | grep 'md5' | cut -d'<' -f3 | cut -d'>' -f2)
|
||||||
echo "${URL}/${ISO}" "${HASH}"
|
echo "${URL}/${ISO}" "${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_tails() {
|
function get_tails() {
|
||||||
|
|
Loading…
Reference in New Issue