Fixed vscode on Arch (#663)

This commit is contained in:
Adam Perkowski 2024-09-28 20:54:24 +02:00 committed by GitHub
parent 2e533cddf9
commit 84a66c79d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ installVsCode() {
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install code "$ESCALATION_TOOL" "$PACKAGER" --non-interactive install code
;; ;;
pacman) pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm code "$AUR_HELPER" -S --needed --noconfirm visual-studio-code-bin
;; ;;
dnf) dnf)
"$ESCALATION_TOOL" rpm --import https://packages.microsoft.com/keys/microsoft.asc "$ESCALATION_TOOL" rpm --import https://packages.microsoft.com/keys/microsoft.asc
@ -40,4 +40,5 @@ installVsCode() {
checkEnv checkEnv
checkEscalationTool checkEscalationTool
checkAURHelper
installVsCode installVsCode