From 16a94c8f49702a7b46f147818a0f61c5206b6b40 Mon Sep 17 00:00:00 2001 From: jean-michel <jean-michel@obarun.org> Date: Sat, 4 May 2019 23:23:30 +0200 Subject: [PATCH] add THEMES_BRANCH GIT_ADDR_THEMES variable --- plasma/rootfs/etc/obarun/install.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plasma/rootfs/etc/obarun/install.conf b/plasma/rootfs/etc/obarun/install.conf index 7cf5fb4..ae4b941 100644 --- a/plasma/rootfs/etc/obarun/install.conf +++ b/plasma/rootfs/etc/obarun/install.conf @@ -24,9 +24,15 @@ DEBUG=0 # git source of obarun-install package GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" -# git branch to use, if not set master is took by default +# git source of obarun-install-themes package +GIT_ADDR_THEMES="https://framagit.org/Obarun/obarun-install-themes.git" + +# git branch to use for obarun-install, if not set master is took by default BRANCH="" +# git branch to use for obarun-install-themes, if not set master is took by default +THEMES_BRANCH="" + # gpg directory used during the installation GPG_DIR="/var/lib/obarun/gnupg" -- GitLab