Jelajahi Sumber

Update apt / dnf download list

Jaap Marcus 3 tahun lalu
induk
melakukan
e5303a7f58
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      bin/v-update-sys-hestia-git

+ 2 - 2
bin/v-update-sys-hestia-git

@@ -222,7 +222,7 @@ branch_dash=$(echo "$branch" |sed 's/\//-/g');
     # Install needed software
     # Install needed software
 if [ "$OSTYPE" = 'rhel' ]; then
 if [ "$OSTYPE" = 'rhel' ]; then
     # Set package dependencies for compiling
     # Set package dependencies for compiling
-    SOFTWARE='gcc gcc-c++ make libxml2-devel zlib-devel libzip-devel gmp-devel libcurl-devel gnutls-devel unzip openssl openssl-devel pkg-config sqlite-devel oniguruma-devel rpm-build wget tar git curl perl-IPC-Cmd'
+    SOFTWARE=' rpm-build wget tar git curl'
 
 
     echo "Updating system DNF repositories..."
     echo "Updating system DNF repositories..."
     dnf install -y -q 'dnf-command(config-manager)'
     dnf install -y -q 'dnf-command(config-manager)'
@@ -234,7 +234,7 @@ if [ "$OSTYPE" = 'rhel' ]; then
     dnf install -y -q $SOFTWARE
     dnf install -y -q $SOFTWARE
 else
 else
     # Set package dependencies for compiling
     # Set package dependencies for compiling
-    SOFTWARE='build-essential libxml2-dev libz-dev libzip-dev libgmp-dev libcurl4-gnutls-dev unzip openssl libssl-dev pkg-config libsqlite3-dev libonig-dev rpm'
+    SOFTWARE='build-essential wget tar git curl unzip'
 
 
     echo "Updating system APT repositories..."
     echo "Updating system APT repositories..."
     apt-get -qq update > /dev/null 2>&1
     apt-get -qq update > /dev/null 2>&1