Skip to content

Commit

Permalink
Fixed vscode on Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Sep 23, 2024
1 parent cd90bc0 commit 2e9390e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/tabs/applications-setup/Developer-tools/vscode-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ installVsCode() {
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install code
;;
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm code
"$AUR_HELPER" -S --needed --noconfirm visual-studio-code-bin
;;
dnf)
"$ESCALATION_TOOL" rpm --import https://packages.microsoft.com/keys/microsoft.asc
Expand All @@ -40,4 +40,5 @@ installVsCode() {

checkEnv
checkEscalationTool
checkAURHelper
installVsCode

0 comments on commit 2e9390e

Please sign in to comment.