Skip to content

Commit c3128fb

Browse files
Update unit6_fix_sp24.sh
Added check for Unzip
1 parent e33af24 commit c3128fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

unit6_fix_sp24.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ if [ "$EUID" -ne 0 ]; then
2828
exit 1
2929
fi
3030

31+
# Installing unzip to ensure system won't crash
32+
apt install unzip -y
33+
echo "Unzip installed and latest version moving into install script\n"
34+
3135
CATALYST_INSTALL_PATH=/opt/catalyst
3236
mkdir -p $CATALYST_INSTALL_PATH
3337
pushd $CATALYST_INSTALL_PATH

0 commit comments

Comments
 (0)