Просмотр исходного кода

Update hyperion-install.sh

add dependencies
tteckster 2 лет назад
Родитель
Сommit
01b814bdac
1 измененных файлов с 2 добавлено и 1 удалено
  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"