chore: Move get_archcraft function

This commit is contained in:
zen0bit 2024-04-21 08:03:22 +02:00 committed by Martin Wimpress
parent 87c70e10ee
commit 3d36ea703d
1 changed files with 7 additions and 7 deletions

View File

@ -1784,6 +1784,13 @@ function get_antix() {
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() {
local HASH=""
local ISO=""
@ -1793,13 +1800,6 @@ function get_archlinux() {
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() {
local EDITION="${1:-}"
local HASH=""