From 983b608a9e86df3876049a8b7f9a764351616fb9 Mon Sep 17 00:00:00 2001
From: jean-michel <jean-michel@obarun.org>
Date: Sun, 5 May 2019 01:18:00 +0200
Subject: [PATCH] revert last change

---
 plasma/rootfs/etc/obarun/install.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/plasma/rootfs/etc/obarun/install.conf b/plasma/rootfs/etc/obarun/install.conf
index 7cf5fb4..360a941 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 source of obarun-install-themes package 
+GIT_ADDR_THEMES="https://framagit.org/Obarun/obarun-install-themes.git"
+
 # git branch to use, 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