Commit f79929d9 authored by Administrator's avatar Administrator

Update run.sh

parent deae13a1
Pipeline #121 canceled with stages
...@@ -118,7 +118,7 @@ do_configure_os() { ...@@ -118,7 +118,7 @@ do_configure_os() {
case "${ID}-${VERSION_ID}" in case "${ID}-${VERSION_ID}" in
ubuntu-19.*|ubuntu-20.*|ubuntu-21.*|debian-10) ubuntu-19.*|ubuntu-20.*|ubuntu-21.*|debian-10)
info "Installing required APT packages" info "Installing required APT packages"
sudo apt install erlang-nox erlang-dev make sed diffutils tar sudo apt install -y erlang-nox erlang-dev make sed diffutils tar
;; ;;
debian-9|debian-8|ubuntu-18.*) debian-9|debian-8|ubuntu-18.*)
info "Installing extra repositories" info "Installing extra repositories"
...@@ -126,7 +126,7 @@ do_configure_os() { ...@@ -126,7 +126,7 @@ do_configure_os() {
sudo dpkg -i erlang-solutions_1.0_all.deb sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt update sudo apt update
info "Installing required APT packages" info "Installing required APT packages"
sudo apt install erlang-nox erlang-dev make sed diffutils tar sudo apt install -y erlang-nox erlang-dev make sed diffutils tar
;; ;;
centos-7) centos-7)
info "Installing extra repositories" info "Installing extra repositories"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment