mirror of
https://github.com/ApfelTeeSaft/ps4-fortniteserver.git
synced 2026-08-26 19:33:25 +00:00
5 lines
183 B
Bash
5 lines
183 B
Bash
#!/bin/sh
|
|
# Make all binaries executable
|
|
chmod +x $OO_PS4_TOOLCHAIN/bin/linux/create-eboot
|
|
chmod +x $OO_PS4_TOOLCHAIN/bin/linux/create-lib
|
|
chmod +x $OO_PS4_TOOLCHAIN/bin/linux/readelf |