From e20d4940f991e49f128655a643283e7564572e3a Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Mon, 11 Nov 2024 22:51:12 +0100 Subject: [PATCH] using unzip[ instead of jar to minimize dependencies. --- getbootstrapicons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getbootstrapicons.sh b/getbootstrapicons.sh index 082513f..68fffd0 100755 --- a/getbootstrapicons.sh +++ b/getbootstrapicons.sh @@ -12,6 +12,6 @@ rm -rf static/icons mkdir -p static/icons cd static/icons -jar xvf "$tmpfile" +unzip xvf "$tmpfile" mv bootstrap-icons*/* .