add back mc in ubuntu

pull/1030/head
tteckster 3 years ago committed by GitHub
parent a79ecedb80
commit f668a73071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      install/deconz-v5-install.sh
  2. 1
      install/emby-v5-install.sh
  3. 1
      install/jellyfin-v5-install.sh
  4. 1
      install/omada-v5-install.sh
  5. 1
      install/plex-v5-install.sh
  6. 2
      install/shinobi-v5-install.sh
  7. 1
      install/ubuntu-v5-install.sh

@ -79,6 +79,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y gnupg $STD apt-get install -y gnupg
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"

@ -79,6 +79,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
if [[ -z "$(grep -w "100000" /proc/self/uid_map)" ]]; then if [[ -z "$(grep -w "100000" /proc/self/uid_map)" ]]; then

@ -79,6 +79,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y apt-transport-https $STD apt-get install -y apt-transport-https
$STD apt-get install -y software-properties-common $STD apt-get install -y software-properties-common
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"

@ -79,6 +79,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y gnupg $STD apt-get install -y gnupg
$STD apt-get install -y openjdk-8-jre-headless $STD apt-get install -y openjdk-8-jre-headless
$STD apt-get install -y jsvc $STD apt-get install -y jsvc

@ -79,6 +79,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y gnupg $STD apt-get install -y gnupg
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"

@ -86,7 +86,7 @@ if [ "$ubuntuversion" = "18" ] || [ "$ubuntuversion" -le "18" ]; then
fi fi
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl sudo git $STD apt-get install -y curl sudo git mc
$STD apt-get install -y make zip net-tools $STD apt-get install -y make zip net-tools
$STD apt-get install -y gcc g++ cmake $STD apt-get install -y gcc g++ cmake
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"

@ -79,6 +79,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
echo "export TERM='xterm-256color'" >>/root/.bashrc echo "export TERM='xterm-256color'" >>/root/.bashrc

Loading…
Cancel
Save