From ad730ddd9ddfe2304efa5c5e49a305c4bec074c8 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Tue, 26 Mar 2024 18:02:33 +0100 Subject: [PATCH] typo --- .gitea/scripts/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index 96ec22d..36f4d3f 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -28,8 +28,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 -cp "${TEMP_DIR}/Linker" "${TEMP_DIR}/Unliker" /usr/local/bin/ -chmod +x /usr/local/bin/Linker /usr/local/bin/Unliker +cp "${TEMP_DIR}/Linker" "${TEMP_DIR}/Unlinker" /usr/local/bin/ +chmod +x /usr/local/bin/Linker /usr/local/bin/Unlinker # Clean up temporary directory rm -rf "$TEMP_DIR"