Explorar el Código

Update hyperion-install.sh

add dependencies
tteckster hace 2 años
padre
commit
01b814bdac
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      setup/hyperion-install.sh

+ 2 - 1
setup/hyperion-install.sh

@@ -83,7 +83,8 @@ msg_info "Installing Dependencies"
 apt-get install -y curl &>/dev/null
 apt-get install -y sudo &>/dev/null
 apt-get install -y lsb-release &>/dev/null
-apt-get install -y gnupg &>/dev/null
+apt-get install -y gpg &>/dev/null
+apt-get install -y apt-transport-https &>/dev/null
 msg_ok "Installed Dependencies"
 
 msg_info "Installing Hyperion"