Skip to content

Commit a8e0b3f

Browse files
committed
Add missing unzip
1 parent e5303a7 commit a8e0b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-sys-hestia-git

Lines changed: 1 addition & 1 deletion
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=' rpm-build wget tar git curl'
225+
SOFTWARE=' rpm-build wget tar git curl unzip'
226226

227227
echo "Updating system DNF repositories..."
228228
dnf install -y -q 'dnf-command(config-manager)'

0 commit comments

Comments
 (0)