Skip to content

Commit 2869757

Browse files
author
Admin
committed
Removed unzip check in standalone function
1 parent cfd33f9 commit 2869757

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -439,13 +439,6 @@ install_apk() {
439439
}
440440

441441
install_standalone() {
442-
# Check if the unzip package is installed. If not error peacefully.
443-
if !(command_exists unzip); then
444-
echoh
445-
echoerr "This script needs the unzip package to run."
446-
echoerr "Please install unzip to use this function"
447-
exit 1
448-
fi
449442
echoh "Installing v$VERSION of the $ARCH release from GitHub."
450443
echoh
451444

0 commit comments

Comments
 (0)