Update deb install instructions#44
Merged
PalinuroSec merged 1 commit intoVSCodium:masterfrom Aug 25, 2021
fkumro:patch-1
Merged
Update deb install instructions#44PalinuroSec merged 1 commit intoVSCodium:masterfrom fkumro:patch-1
PalinuroSec merged 1 commit intoVSCodium:masterfrom
fkumro:patch-1
Conversation
The instructions for installing via paulcarroty's repo no longer work. This commit updates them to match the recommended install instructions from the repo.
okias
reviewed
Jul 19, 2021
| 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 |
There was a problem hiding this comment.
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' \ |
There was a problem hiding this comment.
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
Contributor
|
The newly added backslashes cause issues when copy+pasting the snippets from the website (see PR #50). |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The instructions for installing via paulcarroty's repo no longer work. This commit updates them to match the recommended install instructions from the repo.