Created
March 3, 2024 19:32
-
-
Save MajliTech/3c8860f02f4629b03c65079be1874d91 to your computer and use it in GitHub Desktop.
Install VSCodium
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment