File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ comunes_agregar_llaves() {
6868
6969 # # Repositorio para Tor oficial y estable
7070 echo -e " $VE Agregando clave para$RO Tor Repositorio$CL "
71- gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 && gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
71+ curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | sudo gpg --import && sudo gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
7272 actualizarRepositorios
73- instalarSoftware deb.torproject.org-keyring
73+ instalarSoftware ' deb.torproject.org-keyring' ' apt-transport-tor '
7474
7575 # # Repositorio para mongodb
7676 echo -e " $VE Agregando clave para$RO MongoDB Repositorio Oficial$CL "
@@ -109,7 +109,7 @@ comunes_download_repositorios() {
109109
110110 # # Riot
111111 echo -e " $VE Agregando Repositorio para$RO Riot (Matrix)$CL "
112- sudo sh -c " echo 'deb https://riot.im/packages/debian/ artful main' > /etc/apt/sources.list.d/matrix-riot-im.list"
112+ sudo sh -c " echo '## deb https://riot.im/packages/debian/ artful main' > /etc/apt/sources.list.d/matrix-riot-im.list"
113113}
114114
115115# #
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments