DistroHopper/results/biglinux.txt
2025-09-07 13:26:36 +00:00

25 lines
725 B
Text

biglinux
biglinux 2025-05-12 k614: https://iso.biglinux.com.br/biglinux_2025-05-12_k614.iso
# Template file for 'biglinux'
OSNAME="biglinux"
PRETTY="BigLinux"
BASEDOF="Manjaro"
DESCRIPTION="Is the right choice if you want to have an easy and enriching experience with Linux. It has been perfected over more than 19 years, following our motto: 'In search of the perfect system'"
HOMEPAGE="https://www.biglinux.com.br"
CREDENTIALS="-"
RELEASES="2025-05-12"
EDITIONS="k614"
function get_() {
local HASH=""
local ISO="biglinux_${RELEASE}_${EDITION}.iso"
local URL="https://iso.biglinux.com.br"
HASH=$(web_pipe "${URL}/${ISO}.md5" | grep -Eo '[[:alnum:]]{32}')
echo "${URL}/${ISO} ${HASH}"
}