Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 18, 2025
1 parent 4759f14 commit 4e27b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/installer_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ elif command -v 7za &> /dev/null; then
# CentOS/Fedora
COMMAND_7Z=7za
elif command -v 7zz &> /dev/null; then
# Upstream
# Official 7zip
COMMAND_7Z=7zz
else
cat << 'EOS' && exit 1
[!] Command '7z', '7zr' or '7za', '7zz' not found
[!] Command '7z', '7zr', '7za' or '7zz' not found
Required to extract compressed files
Expand Down

0 comments on commit 4e27b34

Please sign in to comment.