mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +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
|
"$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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user