mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
- Add src/distros.md with gallery rendering script - Add src/distros.js with distributions data (from distributionhub) - Add CSS styles for distribution cards - Update CI workflow to generate distros.js from actions - Add 154 TODO templates for missing distributions - Create symlink distros.md for website build
29 lines
535 B
Text
29 lines
535 B
Text
# Template file for 'plop'
|
|
OSNAME="Plop"
|
|
PRETTY="Plop"
|
|
BASEDOF=""
|
|
HOMEPAGE="https://www.plop.at/"
|
|
DESCRIPTION="A small distro that can boot from CD, DVD, USB."
|
|
CREDENTIALS="-"
|
|
|
|
function releases_() {
|
|
|
|
}
|
|
|
|
function editions_() {
|
|
|
|
}
|
|
|
|
function get_() {
|
|
local ISO=""
|
|
local HASH=""
|
|
local URL="https://download.plop.at/ploplinux/25.1/hdimage/ploplinux-25.1-x86_64.img.xz"
|
|
local DATA=""
|
|
|
|
if [[ -n "$URL" ]]; then
|
|
ISO="${URL##*/}"
|
|
VM_PATH=""
|
|
echo "download="$URL""
|
|
echo "iso="$ISO""
|
|
fi
|
|
}
|