{% extends "base.html" %}{% block title %}Pobieranie – {{ t('download_title') }} | PaganOS Linux{% endblock %} {% block content %}

⬇ {{ t('download_title') }}

{{ t('download_subtitle') }}

{% for d in downloads %}
{{ d.icon }}

{{ d.title }}

{{ d.description }}

{% if d.url %} {{ d.button_label or t('dl_from_repo') }} {% endif %}
{% endfor %}

{{ t('repo_config') }}

{{ t('repo_config_desc') }}

echo 'https://repo.paganlinux.eu/stable' > /etc/pag/repos/stable.conf
pag sync
pag upgrade

{{ t('gpg_key') }}

{{ t('gpg_key_desc') }}

pag key-add https://repo.paganlinux.eu/stable/paganos.asc

{{ t('fingerprint') }}: 157F DE15 A424 C89F FA94 01D4 A14C BE52 BE0D 63F5

{% endblock %}