Install codium into image
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 10m1s
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 10m1s
This commit is contained in:
10
files/scripts/setupcodiumrepo.sh
Normal file
10
files/scripts/setupcodiumrepo.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
# import keys
|
||||
sudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
|
||||
|
||||
# create file called vscodium.repo and setup file to possess
|
||||
printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=download.vscodium.com\nbaseurl=https://download.vscodium.com/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg\nmetadata_expire=1h\n" | sudo tee -a /etc/yum.repos.d/vscodium.repo
|
Reference in New Issue
Block a user