From 86686d512f01a1355f9c542ace29284e04538473 Mon Sep 17 00:00:00 2001 From: Lucas Fernando Nunes Date: Thu, 18 Aug 2022 09:21:14 -0300 Subject: [PATCH] add bzip2 enables tar -j --- script-library/common-debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script-library/common-debian.sh b/script-library/common-debian.sh index efdca35181..a06031d61d 100755 --- a/script-library/common-debian.sh +++ b/script-library/common-debian.sh @@ -89,6 +89,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then rsync \ ca-certificates \ unzip \ + bzip2 \ zip \ nano \ vim-tiny \