fix scripts
This commit is contained in:
parent
0cb43e3eb6
commit
43c3d72d1b
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ sudo dnf install -y \
|
|||
|
||||
## VSCodium
|
||||
sudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
|
||||
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
|
||||
if [ ! -e /etc/yum.repos.d/vscodium.repo ]; then
|
||||
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
|
||||
fi
|
||||
sudo dnf install codium
|
||||
|
||||
# Flatpak Setup
|
||||
|
|
Loading…
Add table
Reference in a new issue