From 7e39efdf0469cff5c1bb52e25b1211208be0b246 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 1 Aug 2023 17:20:22 -0400 Subject: [PATCH] ignore permission errors copying from tar to FAT --- install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-extras.sh b/install-extras.sh index 0080209..a1cd54c 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/ --no-same-owner -xvf $TAR +tar -C $DEVTMP/source/ --no-same-owner -xvf $TAR || true ### -- 2.25.1