mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
19 lines
489 B
Text
19 lines
489 B
Text
# Template file for 'guix'
|
|
OSNAME="guix"
|
|
PRETTY="Guix"
|
|
ICON=""
|
|
BASEDOF="-"
|
|
HOMEPAGE="https://guix.gnu.org"
|
|
DESCRIPTION="Distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users"
|
|
CREDENTIALS="-"
|
|
|
|
function releases_() {
|
|
echo 1.4.0 1.3.0
|
|
}
|
|
|
|
function get_() {
|
|
local HASH=""
|
|
local ISO="guix-system-install-${RELEASE}.x86_64-linux.iso"
|
|
local URL="https://ftpmirror.gnu.org/gnu/guix/"
|
|
echo "${URL}/${ISO} ${HASH}"
|
|
}
|