From ffbb0a400e3d6005a4d568f15fa591e30f942159 Mon Sep 17 00:00:00 2001 From: Luke Short Date: Fri, 13 Jun 2025 00:03:01 -0600 Subject: Bundle fix permissions (#2738) * [DOCS] Update tar command to extract with root permissions. Resolves #2713 * [BUNDLE] Use AlamaLinux Vault URLs AlmaLinux 9.5 has been archived since the release of 9.6. * [BUNDLE] Make failed downloads fatal This will help us track down and fix issues with the script faster. * [BUNDLE] Use Fedora Archive URLs for Fedora 40. It has been archived since it went end-of-life recently. * [BUNLDE] Add libnsl This is used by the Steam client. --- docs/BUNDLE-X86-LIBS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/BUNDLE-X86-LIBS.md b/docs/BUNDLE-X86-LIBS.md index b91d812b..29594497 100644 --- a/docs/BUNDLE-X86-LIBS.md +++ b/docs/BUNDLE-X86-LIBS.md @@ -25,7 +25,7 @@ Run `box64-bundle-x86-libs.sh`. This will create two archives: Extract the library archive. Box will automatically search these paths for library files to emulate. ``` -sudo tar --extract --file box64-bundle-x86-libs.tar.gz --directory / +sudo tar --extract --no-same-owner --file box64-bundle-x86-libs.tar.gz --directory / ``` ### Developer -- cgit 1.4.1