AI did this
Some checks failed
link / Link assets on Linux (push) Failing after 8s

This commit is contained in:
6arelyFuture 2024-03-26 17:59:11 +01:00
parent f8a691269f
commit 88f617dae4

View File

@ -24,8 +24,8 @@ curl -L -o "${TEMP_DIR}/oat-linux.tar.gz" "$DOWNLOAD_URL"
tar -xzf "${TEMP_DIR}/oat-linux.tar.gz" -C "${TEMP_DIR}"
# Copy the executables to /usr/local/bin and make them executable
sudo cp "${TEMP_DIR}/Linker" "${TEMP_DIR}/Unliker" /usr/local/bin/
sudo chmod +x /usr/local/bin/Linker /usr/local/bin/Unliker
cp "${TEMP_DIR}/Linker" "${TEMP_DIR}/Unliker" /usr/local/bin/
chmod +x /usr/local/bin/Linker /usr/local/bin/Unliker
# Clean up temporary directory
rm -rf "$TEMP_DIR"