From a87886dbc7b590e73960084bb4a4ed284a8e0f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Fri, 25 Aug 2017 10:40:10 +0200 Subject: [PATCH] Add 'apt-transport-https' package. --- CHANGELOG.md | 6 +++++- README.md | 1 + vars/debian.yml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9c429..7e6d7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ -## v1.X +## v1.1.X + +* Add 'apt-transport-https' package. + +## v1.1 ### Features * Configure and update mlocate/updatedb. diff --git a/README.md b/README.md index efc6e17..9ab55e6 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Please see default value by Operating System file in [vars][vars directory] dire ## Packages ### New Packages +* **apt-transport-https** : https download transport for APT. * **bdsmainutils** : Collection of more utilities from FreeBSD. * **colordiff** : Tool to colorize 'diff' output. * **cpio** : GNU cpio; a program to manage archives of files. diff --git a/vars/debian.yml b/vars/debian.yml index 2c35210..1c01cde 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -3,6 +3,7 @@ # vars file for Debian-based distros pkg_utils_new_list: + - 'apt-transport-https' - 'bsdmainutils' - 'colordiff' - 'cpio'