diff options
| author | Luke Short <ekultails@gmail.com> | 2025-06-13 00:03:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-13 08:03:01 +0200 |
| commit | ffbb0a400e3d6005a4d568f15fa591e30f942159 (patch) | |
| tree | b64cea0279c2cccc64fbe425458a7ee3e9d15d64 /docs | |
| parent | 0d10035ffd2de39febff3847b6bface88c279ba1 (diff) | |
| download | box64-ffbb0a400e3d6005a4d568f15fa591e30f942159.tar.gz box64-ffbb0a400e3d6005a4d568f15fa591e30f942159.zip | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/BUNDLE-X86-LIBS.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |