only output errors
This commit is contained in:
parent
f1548c5b06
commit
15d685be2a
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ SUDO_PASSWORD="$(get_pass "$MENU" "$TITLE")"
|
||||||
printf '\033[1mInstalando y habilitando dependencias...\033[0m\n' # DEBUG
|
printf '\033[1mInstalando y habilitando dependencias...\033[0m\n' # DEBUG
|
||||||
printf '%s' "$SUDO_PASSWORD" | sudo -S sh -c '
|
printf '%s' "$SUDO_PASSWORD" | sudo -S sh -c '
|
||||||
apt install -y p11-kit pcscd binutils bubblewrap icedtea-netx > /dev/null
|
apt install -y p11-kit pcscd binutils bubblewrap icedtea-netx > /dev/null
|
||||||
systemctl enable --now pcscd.socket
|
systemctl enable --now pcscd.socket > /dev/null
|
||||||
'
|
'
|
||||||
|
|
||||||
# Instalación de los certificados
|
# Instalación de los certificados
|
||||||
|
@ -142,7 +142,7 @@ ExecStart=/usr/local/sbin/update-p11-kit-symlinks
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
\" > /etc/systemd/system/p11-kit-proxy-updater.service
|
\" > /etc/systemd/system/p11-kit-proxy-updater.service
|
||||||
systemctl enable --now p11-kit-proxy-updater.service
|
systemctl enable --now p11-kit-proxy-updater.service > /dev/null
|
||||||
"
|
"
|
||||||
|
|
||||||
printf '\033[1mInstalando trust module pk11...\033[0m\n' # DEBUG
|
printf '\033[1mInstalando trust module pk11...\033[0m\n' # DEBUG
|
||||||
|
|
Loading…
Reference in a new issue