chore: Move get_archcraft function
This commit is contained in:
parent
87c70e10ee
commit
3d36ea703d
14
quickget
14
quickget
|
@ -1784,6 +1784,13 @@ function get_antix() {
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function get_archcraft() {
|
||||||
|
local HASH=""
|
||||||
|
local URL=""
|
||||||
|
URL="https://sourceforge.net/projects/archcraft/files/latest/download"
|
||||||
|
echo "${URL} ${HASH}"
|
||||||
|
}
|
||||||
|
|
||||||
function get_archlinux() {
|
function get_archlinux() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO=""
|
||||||
|
@ -1793,13 +1800,6 @@ function get_archlinux() {
|
||||||
echo "${URL}${ISO} ${HASH}"
|
echo "${URL}${ISO} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_archcraft() {
|
|
||||||
local HASH=""
|
|
||||||
local URL=""
|
|
||||||
URL="https://sourceforge.net/projects/archcraft/files/${RELEASE}/download"
|
|
||||||
echo "${URL} ${HASH}"
|
|
||||||
}
|
|
||||||
|
|
||||||
function get_arcolinux() {
|
function get_arcolinux() {
|
||||||
local EDITION="${1:-}"
|
local EDITION="${1:-}"
|
||||||
local HASH=""
|
local HASH=""
|
||||||
|
|
Loading…
Reference in New Issue