Install script

This commit is contained in:
Liz Cray
2024-12-13 18:21:31 -05:00
parent a95f6f1c3f
commit e2d3fc61b3
2 changed files with 26 additions and 0 deletions

5
scripts/codium Normal file
View File

@@ -0,0 +1,5 @@
# VSCodium
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' | tee /etc/apt/sources.list.d/vscodium.list
apt update
apt install codium -y