From 303d061112525b39da0443253b08a74b320a4a3c Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 1 Aug 2023 16:47:16 -0400 Subject: [PATCH] fix tar command --- install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-extras.sh b/install-extras.sh index f4bc9bc..0080209 100755 --- a/install-extras.sh +++ b/install-extras.sh @@ -165,7 +165,7 @@ wget 'https://media.libreplanet.org/mgoblin_media/media_entries/2799/lp2023-jupi ### -tar -C $DEVTMP/source/ -xvf --no-same-owner $TAR +tar -C $DEVTMP/source/ --no-same-owner -xvf $TAR ### -- 2.25.1