mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
vendor.sh: don't use unrar
the only practical way to use it is to to use the non-free version; currently used as a fallback if unar fails. however, i'm also going to scrap unar and use bsdtar instead. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-3
@@ -296,9 +296,7 @@ extract_archive()
|
||||
:
|
||||
elif 7z x "$1" -o"$2"; then
|
||||
:
|
||||
elif unar -f "$1" -o "$2" || unrar -o+ -op"$2" x "$1"; then
|
||||
# compatible with unrar-free and unrar-nonfree
|
||||
|
||||
elif unar -f "$1" -o "$2"; then
|
||||
:
|
||||
elif unzip "$1" -d "$2"; then
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user