7 lines
271 B
Bash
Executable File
7 lines
271 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -e
|
|
|
|
curl -L -o /app/dist/code-server-${PACKAGE_VERSION}-${PACKAGE_RELEASE}.x86_64.rpm \
|
|
https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/github/coder/code-server/releases/download/v${PACKAGE_VERSION}/code-server-${PACKAGE_VERSION}-amd64.rpm
|