From 8dbbe19392a07213c0261d386eb34ac82a733d72 Mon Sep 17 00:00:00 2001 From: Mason Hock <mason@masonhock.com> Date: Fri, 13 Sep 2019 13:30:23 -0700 Subject: [PATCH] cp -a client/Ubuntu client/Trisquel --- helpers/make-ltsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helpers/make-ltsp b/helpers/make-ltsp index 6c824282..0562384d 100644 --- a/helpers/make-ltsp +++ b/helpers/make-ltsp @@ -2,6 +2,7 @@ # # Copyright (C) 2011 Rubén RodrÃguez <ruben@trisquel.info> # Copyright (C) 2017 Pablo Correa +# Copyright (C) 2019 Mason Hock <mason@masonhock.com> # # 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 @@ -18,12 +19,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config cp -a server/share/ltsp/plugins/ltsp-build-client/Ubuntu server/share/ltsp/plugins/ltsp-build-client/Trisquel +cp -a client/Ubuntu client/Trisquel /bin/sed 's/main restricted universe multiverse/main/g; s:archive.ubuntu.com/ubuntu:archive.trisquel.info/trisquel:g; -- GitLab