File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/tabs/applications-setup/Developer-tools Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ installVsCodium() {
8
8
case " $PACKAGER " in
9
9
apt-get|nala)
10
10
curl -fsSL https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | " $ESCALATION_TOOL " dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
11
- echo ' deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' | " $ESCALATION_TOOL " tee /etc/apt/sources.list.d/vscodium.list
11
+ echo ' deb [arch=amd64 signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' | " $ESCALATION_TOOL " tee /etc/apt/sources.list.d/vscodium.list
12
12
" $ESCALATION_TOOL " " $PACKAGER " update
13
13
" $ESCALATION_TOOL " " $PACKAGER " install -y codium
14
14
;;
You can’t perform that action at this time.
0 commit comments