From 24b23ca79d914cabf2f04eb52d034c95b3fe19b7 Mon Sep 17 00:00:00 2001 From: Petr Sabanov Date: Sat, 26 Oct 2024 18:38:37 +0300 Subject: [PATCH] Specified architecture for Debian / Ubuntu --- _posts/2000-01-05-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2000-01-05-install.md b/_posts/2000-01-05-install.md index 98b4151..7ca51e9 100644 --- a/_posts/2000-01-05-install.md +++ b/_posts/2000-01-05-install.md @@ -130,7 +130,7 @@ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.g Add the repository: ```bash -echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' \ +echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg] https://download.vscodium.com/debs vscodium main' \ | sudo tee /etc/apt/sources.list.d/vscodium.list ```