jfqd / mi-qutic-lx-peertube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mi-qutic-lx-peertube

This repository is based on Joyent mibe.

description

peertube lx-brand image

Build Image

cd /opt/mibe/repos
/opt/tools/bin/git clone https://github.com/jfqd/mi-qutic-lx-peertube.git
LXBASE_IMAGE_UUID=$(imgadm list | grep qutic-lx-base | tail -1 | awk '{ print $1 }')
TEMPLATE_ZONE_UUID=$(vmadm lookup alias='qutic-lx-template-zone')
../bin/build_lx $LXBASE_IMAGE_UUID $TEMPLATE_ZONE_UUID mi-lx-peertube && \
  imgadm install -m /opt/mibe/images/qutic-lx-peertube-*-imgapi.dsmanifest \ 
                 -f /opt/mibe/images/qutic-lx-peertube-*.zfs.gz

About

License:MIT License


Languages

Language:Shell 100.0%