help: lxc-images: no leading https

This commit is contained in:
Zenithal 2023-03-16 06:23:35 +00:00
commit 33a67f8df0
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -38,7 +38,7 @@ LXC 1.0 以上版本增加了 `download` 模版,支持下载定义好的系统
{% raw %}
<script id="template-0" type="x-tmpl-markup">
lxc-create -t download -n my-container -- --server {{http_protocol}}{{mirror}}
lxc-create -t download -n my-container -- --server {{mirror}}
</script>
{% endraw %}