Fix Bun download URL: remove non-existent LATEST file fetch
This commit is contained in:
@@ -174,7 +174,6 @@ RUN if [ "${INSTALL_OMOS}" = "true" ]; then \
|
|||||||
elif [ "$ARCH" = "aarch64" ]; then \
|
elif [ "$ARCH" = "aarch64" ]; then \
|
||||||
BUN_ARCH="aarch64"; \
|
BUN_ARCH="aarch64"; \
|
||||||
fi && \
|
fi && \
|
||||||
BUN_VERSION=$(curl -fsSL https://github.com/oven-sh/bun/releases/latest/download/LATEST) && \
|
|
||||||
curl -fsSL "https://github.com/oven-sh/bun/releases/latest/download/bun-linux-${BUN_ARCH}.zip" -o /tmp/bun.zip && \
|
curl -fsSL "https://github.com/oven-sh/bun/releases/latest/download/bun-linux-${BUN_ARCH}.zip" -o /tmp/bun.zip && \
|
||||||
unzip -o /tmp/bun.zip -d /tmp/bun && \
|
unzip -o /tmp/bun.zip -d /tmp/bun && \
|
||||||
mv /tmp/bun/bun-linux-${BUN_ARCH}/bun /usr/local/bin/bun && \
|
mv /tmp/bun/bun-linux-${BUN_ARCH}/bun /usr/local/bin/bun && \
|
||||||
|
|||||||
Reference in New Issue
Block a user