pull/974/head
tteckster 3 years ago committed by GitHub
parent ed542a2219
commit fe658df193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      install/nginxproxymanager-v5-install.sh
  2. 11
      install/omada-v5-install.sh
  3. 3
      install/paperless-ngx-v5-install.sh
  4. 3
      install/scrypted-v5-install.sh
  5. 2
      install/shinobi-v5-install.sh
  6. 3
      install/vaultwarden-v5-install.sh

@ -85,6 +85,7 @@ msg_info "Installing Dependencies"
$STD apt-get update
$STD apt-get -y install \
sudo \
mc \
curl \
gnupg \
make \

@ -82,11 +82,12 @@ $STD apt-get -y upgrade
msg_ok "Updated Container OS"
msg_info "Installing Dependencies"
$STD apt-get -y install curl
$STD apt-get -y install sudo
$STD apt-get -y install gnupg
$STD apt-get -y install openjdk-8-jre-headless
$STD apt-get -y install jsvc
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y gnupg
$STD apt-get install -y openjdk-8-jre-headless
$STD apt-get install -y jsvc
wget -qL https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/3.6/multiverse/binary-amd64/mongodb-org-server_3.6.23_amd64.deb
$STD dpkg -i mongodb-org-server_3.6.23_amd64.deb
msg_ok "Installed Dependencies"

@ -96,7 +96,8 @@ $STD apt-get install -y --no-install-recommends \
libzbar0 \
poppler-utils \
default-libmysqlclient-dev \
sudo
sudo \
mc
msg_ok "Installed Paperless-ngx Dependencies"
msg_info "Installing OCR Dependencies"

@ -98,7 +98,8 @@ $STD apt-get -y install \
librsvg2-dev \
pkg-config \
curl \
sudo
sudo \
mc
msg_ok "Installed Dependencies"
msg_info "Installing GStreamer"

@ -91,7 +91,7 @@ if [ "$ubuntuversion" = "18" ] || [ "$ubuntuversion" -le "18" ]; then
fi
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 gcc g++ cmake
msg_ok "Installed Dependencies"

@ -91,7 +91,8 @@ $STD apt-get -qqy install \
libmariadb-dev-compat \
libpq-dev \
curl \
sudo
sudo \
mc
msg_ok "Installed Dependencies"
WEBVAULT=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest |

Loading…
Cancel
Save