From 4e27b3473fc7b1791f5d63a72aa2ae9a625a6480 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 18 Jan 2025 20:38:13 +0900 Subject: [PATCH] Apply suggestions from code review --- build/installer_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/installer_linux.sh b/build/installer_linux.sh index ee76843001..14ce3e4286 100755 --- a/build/installer_linux.sh +++ b/build/installer_linux.sh @@ -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