From 874d4f2a272f3356797aa1843d391b4405da918e Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Mon, 13 Nov 2023 17:12:54 +0100 Subject: [PATCH] chore(deps): stop installing e2fsprogs through apt-get. --- unblob/install-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/unblob/install-deps.sh b/unblob/install-deps.sh index 1e11c2b537..d9f0d88a67 100755 --- a/unblob/install-deps.sh +++ b/unblob/install-deps.sh @@ -5,7 +5,6 @@ apt-get update apt-get install --no-install-recommends -y \ android-sdk-libsparse-utils \ curl \ - e2fsprogs \ lz4 \ lziprecover \ lzop \