Skip to content

Commit e5303a7

Browse files
committed
Update apt / dnf download list
1 parent 2f7ed88 commit e5303a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-update-sys-hestia-git

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ branch_dash=$(echo "$branch" |sed 's/\//-/g');
222222
# Install needed software
223223
if [ "$OSTYPE" = 'rhel' ]; then
224224
# Set package dependencies for compiling
225-
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'
225+
SOFTWARE=' rpm-build wget tar git curl'
226226

227227
echo "Updating system DNF repositories..."
228228
dnf install -y -q 'dnf-command(config-manager)'
@@ -234,7 +234,7 @@ if [ "$OSTYPE" = 'rhel' ]; then
234234
dnf install -y -q $SOFTWARE
235235
else
236236
# Set package dependencies for compiling
237-
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'
237+
SOFTWARE='build-essential wget tar git curl unzip'
238238

239239
echo "Updating system APT repositories..."
240240
apt-get -qq update > /dev/null 2>&1

0 commit comments

Comments
 (0)