diff --git a/03-install.sh b/03-install.sh index 7eca4a7..6785d27 100644 --- a/03-install.sh +++ b/03-install.sh @@ -12,7 +12,7 @@ SUDO_PASSWORD="$(get_pass "$MENU" "$TITLE")" printf '\033[1mInstalando y habilitando dependencias...\033[0m\n' # DEBUG printf '%s' "$SUDO_PASSWORD" | sudo -S sh -c ' 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 @@ -142,7 +142,7 @@ ExecStart=/usr/local/sbin/update-p11-kit-symlinks [Install] WantedBy=multi-user.target \" > /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