mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
5 lines
94 B
Django/Jinja
5 lines
94 B
Django/Jinja
#!ipxe
|
|
{% if upstream_version %}
|
|
set upstream_version {{ upstream_version }}
|
|
{% endif %}
|
|
exit
|