From 20eca2380a7ab69bd23938bfbb90098fa1f1e954 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sun, 5 Mar 2017 18:45:39 -0500 Subject: [PATCH] apt-setup updated for flidas --- helpers/make-apt-setup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helpers/make-apt-setup b/helpers/make-apt-setup index ed2c7c14..f1d0f87d 100644 --- a/helpers/make-apt-setup +++ b/helpers/make-apt-setup @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009-2010 Rubén RodrÃguez <ruben@gnu.org> +# Copyright (C) 2009-2017 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=1 NETINST=true . ./config @@ -189,7 +189,6 @@ exit 0 ' > generators/50mirror.trisquel sed '/The partner/,/^*/d; s/services-select-ubuntu/services-select-trisquel/' -i debian/apt-setup-udeb.templates -sed '/EXTRAS_HOST/d' -i ./generators/90services-select chmod 755 generators/50mirror.trisquel -- GitLab