Skip to content

Update deb install instructions#44

Merged
PalinuroSec merged 1 commit intoVSCodium:masterfrom
fkumro:patch-1
Aug 25, 2021
Merged

Update deb install instructions#44
PalinuroSec merged 1 commit intoVSCodium:masterfrom
fkumro:patch-1

Conversation

@fkumro
Copy link
Copy Markdown
Contributor

@fkumro fkumro commented Jul 11, 2021

The instructions for installing via paulcarroty's repo no longer work. This commit updates them to match the recommended install instructions from the repo.

The instructions for installing via paulcarroty's repo no longer work. This commit updates them to match the recommended install instructions from the repo.
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.gpg
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
| gpg --dearmor \
| sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By first look, make more sense to keep it in /etc/apt/trusted.gpg.d/

Add the repository:
```bash
echo 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium main' \
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe use source format? but I guess it doesn't matter much

Types: deb
Uris: https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/
Components: main
Suites: vscodium
Architectures: amd64
Signed-By: /etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg

@PalinuroSec PalinuroSec merged commit 732917a into VSCodium:master Aug 25, 2021
@bittner
Copy link
Copy Markdown
Contributor

bittner commented Aug 29, 2021

The newly added backslashes cause issues when copy+pasting the snippets from the website (see PR #50).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants