summaryrefslogtreecommitdiff
path: root/utils/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/install.sh')
-rwxr-xr-xutils/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/install.sh b/utils/install.sh
index 9996b114..1177c93f 100755
--- a/utils/install.sh
+++ b/utils/install.sh
@@ -60,7 +60,7 @@ installcocextensions() { \
[ ! -f package.json ] && echo '{"dependencies":{}}'> package.json
# Change extension names to the extensions you need
# sudo npm install coc-explorer coc-snippets coc-json coc-actions --global-style --ignore-scripts --no-bin-links --no-package-lock --only=prod
- npm install coc-explorer coc-snippets coc-json coc-actions --global-style --ignore-scripts --no-bin-links --no-package-lock --only=prod
+ sudo npm install coc-explorer coc-snippets coc-json coc-actions --global-style --ignore-scripts --no-bin-links --no-package-lock --only=prod
}
cloneconfig() { \