Add 'apt-transport-https' package.
This commit is contained in:
parent
51611fe660
commit
a87886dbc7
|
@ -1,5 +1,9 @@
|
||||||
|
|
||||||
## v1.X
|
## v1.1.X
|
||||||
|
|
||||||
|
* Add 'apt-transport-https' package.
|
||||||
|
|
||||||
|
## v1.1
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Configure and update mlocate/updatedb.
|
* Configure and update mlocate/updatedb.
|
||||||
|
|
|
@ -62,6 +62,7 @@ Please see default value by Operating System file in [vars][vars directory] dire
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
### New Packages
|
### New Packages
|
||||||
|
* **apt-transport-https** : https download transport for APT.
|
||||||
* **bdsmainutils** : Collection of more utilities from FreeBSD.
|
* **bdsmainutils** : Collection of more utilities from FreeBSD.
|
||||||
* **colordiff** : Tool to colorize 'diff' output.
|
* **colordiff** : Tool to colorize 'diff' output.
|
||||||
* **cpio** : GNU cpio; a program to manage archives of files.
|
* **cpio** : GNU cpio; a program to manage archives of files.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# vars file for Debian-based distros
|
# vars file for Debian-based distros
|
||||||
|
|
||||||
pkg_utils_new_list:
|
pkg_utils_new_list:
|
||||||
|
- 'apt-transport-https'
|
||||||
- 'bsdmainutils'
|
- 'bsdmainutils'
|
||||||
- 'colordiff'
|
- 'colordiff'
|
||||||
- 'cpio'
|
- 'cpio'
|
||||||
|
|
Reference in New Issue