Add codium to base image
This commit is contained in:
11
install-codium.bash
Executable file
11
install-codium.bash
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
latest_codium=$(curl -sSL https://api.github.com/repos/VSCodium/vscodium/releases/latest | jq -r '.tag_name')
|
||||
|
||||
mkdir -p /tmp/rpms
|
||||
|
||||
echo "Downloading vscodium-${latest_codium}..."
|
||||
curl -sSLo /tmp/rpms/codium.rpm "https://github.com/VSCodium/vscodium/releases/download/${latest_codium}/codium-${latest_codium}-el9.x86_64.rpm"
|
||||
|
||||
Reference in New Issue
Block a user