We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5303a7 commit a8e0b3fCopy full SHA for a8e0b3f
bin/v-update-sys-hestia-git
@@ -222,7 +222,7 @@ branch_dash=$(echo "$branch" |sed 's/\//-/g');
222
# Install needed software
223
if [ "$OSTYPE" = 'rhel' ]; then
224
# Set package dependencies for compiling
225
- SOFTWARE=' rpm-build wget tar git curl'
+ SOFTWARE=' rpm-build wget tar git curl unzip'
226
227
echo "Updating system DNF repositories..."
228
dnf install -y -q 'dnf-command(config-manager)'
0 commit comments