mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Fixed vscode on Arch (#663)
This commit is contained in:
parent
2e533cddf9
commit
84a66c79d9
|
@ -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
|
||||
|
@ -40,4 +40,5 @@ installVsCode() {
|
|||
|
||||
checkEnv
|
||||
checkEscalationTool
|
||||
checkAURHelper
|
||||
installVsCode
|
||||
|
|
Loading…
Reference in New Issue
Block a user