apt-setup updated for flidas

This commit is contained in:
Ruben Rodriguez 2017-03-05 18:45:39 -05:00
parent 119207ffaf
commit 20eca2380a

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # 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 # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=3 VERSION=1
NETINST=true NETINST=true
. ./config . ./config
@ -189,7 +189,6 @@ exit 0
' > generators/50mirror.trisquel ' > generators/50mirror.trisquel
sed '/The partner/,/^*/d; s/services-select-ubuntu/services-select-trisquel/' -i debian/apt-setup-udeb.templates 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 chmod 755 generators/50mirror.trisquel