From 7df82226a874bbb4a3f622e39936c0822c5fd1fd Mon Sep 17 00:00:00 2001 From: Amin Bandali <amin.bandali@savoirfairelinux.com> Date: Mon, 28 Dec 2020 11:13:00 -0500 Subject: [PATCH] make-ring: add trisquel to supported apt-based distributions Change-Id: Iee3340020b7507e0098a38463e12907350c9a055 --- make-ring.py | 1 + 1 file changed, 1 insertion(+) diff --git a/make-ring.py b/make-ring.py index 932ed7eb..cb9edc9c 100755 --- a/make-ring.py +++ b/make-ring.py @@ -31,6 +31,7 @@ win_toolset_default = '142' APT_BASED_DISTROS = [ 'debian', 'ubuntu', + 'trisquel', 'linuxmint', 'raspbian', ] -- GitLab