From caeb4fd5a2a4b69b682dd464eae20062640ec390 Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Sat, 1 May 2021 16:26:15 -0500
Subject: [PATCH] Enable rpl

---
 helpers/make-base-installer | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-base-installer b/helpers/make-base-installer
index 07701945..ca72774f 100644
--- a/helpers/make-base-installer
+++ b/helpers/make-base-installer
@@ -29,8 +29,8 @@ sed s/KERNEL_PRIO=medium/KERNEL_PRIO=high/g library.sh -i
 sed 's/main,restricted/main/; s/ubuntu/trisquel/' -i library.sh ./debian/bootstrap-base.postinst 
 sed 's/ubuntu-keyring/trisquel-keyring/' -i ./debian/control
 
-#rpl SECMIRROR/ubuntu MIRROR/trisquel . -R
-#rpl /trisquel \$DIRECTORY . -R
+rpl SECMIRROR/ubuntu MIRROR/trisquel . -R
+rpl /trisquel \$DIRECTORY . -R
 
 changelog "Rebranded and adapted for Trisquel"
 compile
-- 
GitLab