Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f873ffe09 | |||
| 3672521d8c | |||
| e4759fe815 | |||
| 2664fe6792 | |||
| e2a9a9f520 |
+2
-2
@@ -10,8 +10,8 @@ $HOME/.dotfiles/auto-config-cli.sh
|
||||
# Codium
|
||||
if [ ! -f "/etc/apt/sources.list.d/vscodium.list" ]
|
||||
then
|
||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg
|
||||
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg] https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee /etc/apt/sources.list.d/vscodium.list
|
||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
|
||||
echo 'deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
|
||||
fi
|
||||
|
||||
sudo apt install terminator codium
|
||||
|
||||
Reference in New Issue
Block a user