Skip to content

Commit

Permalink
Arch Linuxがp7zipを7zipに置き換えたのでメッセージを変更。それと7zzを許容するように。 (#2493)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
madosuki and Hiroshiba authored Jan 18, 2025
1 parent 6602613 commit 14f9a3d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/installer_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,12 @@ elif command -v 7zr &> /dev/null; then
elif command -v 7za &> /dev/null; then
# CentOS/Fedora
COMMAND_7Z=7za
elif command -v 7zz &> /dev/null; then
# Official 7zip
COMMAND_7Z=7zz
else
cat << 'EOS' && exit 1
[!] Command '7z', '7zr' or '7za' not found
[!] Command '7z', '7zr', '7za' or '7zz' not found
Required to extract compressed files
Expand All @@ -115,7 +118,7 @@ Or
sudo yum install p7zip
Arch Linux:
sudo pacman -S p7zip
sudo pacman -S 7zip
MacOS:
brew install p7zip
Expand Down

0 comments on commit 14f9a3d

Please sign in to comment.