This commit is contained in:
parent
460451d7d5
commit
284c2469fc
@ -6,7 +6,8 @@ if [[ -z "$OAT_VERSION" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure we have cURL and file
|
# Make sure we have cURL (and file for debugging)
|
||||||
|
dpkg --add-architecture i386
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y curl file
|
apt-get install -y curl file
|
||||||
|
|
||||||
@ -36,8 +37,4 @@ rm -rf "$TEMP_DIR"
|
|||||||
|
|
||||||
echo "OpenAssetTools version $OAT_VERSION has been installed."
|
echo "OpenAssetTools version $OAT_VERSION has been installed."
|
||||||
|
|
||||||
cd /usr/local/bin
|
Linker --help
|
||||||
file Linker
|
|
||||||
file Unlinker
|
|
||||||
|
|
||||||
./Linker --help
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user