-
-
Notifications
You must be signed in to change notification settings - Fork 3
Installation Guide
Skyper edited this page Feb 18, 2019
·
3 revisions
This formula is designed to be used on a Qubes OS. Since every application runs inside a VM in Qubes OS, the formula has to be downloaded by a VM and then copied to dom0.
You can download the formula via either Git or HTTPS:
-
Using Git:
git clone [email protected]:SkypLabs/my-qubes-os-formula.git
-
Using HTTPS:
wget https://github.com/SkypLabs/my-qubes-os-formula/archive/master.zip unzip master.zip
Once the formula downloaded, you need to copy it to dom0. The method is described on this page.
The formula is composed of a top file and several states. Before being able to use the formula, you need to enable the top file (from dom0's console):
sudo qubesctl top.enable my-config
This page describes how to use the formula.