Skip to content

Commit

Permalink
Added 7zzs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Oct 28, 2024
1 parent c3a38e6 commit b624a5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dependencies/src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ make
cp srec2bin /usr/local/bin/
cd /tmp
rm -rf /tmp/srec

# Install latest version of 7z (static) for APFS support
mkdir /tmp/7z
cd /tmp/7z
wget https://www.7-zip.org/a/7z2408-linux-x64.tar.xz
tar -xf 7z2408-linux-x64.tar.xz
cp 7zzs /usr/local/bin/
cd /tmp
rm -rf /tmp/7z

0 comments on commit b624a5e

Please sign in to comment.