summaryrefslogtreecommitdiff
path: root/utils/install.sh
diff options
context:
space:
mode:
authorChris <[email protected]>2020-05-15 13:47:42 -0400
committerChris <[email protected]>2020-05-15 13:47:42 -0400
commit88f156841b8828e179f6183db5ed43da4b724127 (patch)
tree3f9b8c6874eb72a938718f39950f3e5c01ecef13 /utils/install.sh
parentfb1375531a3178cf5bbe87c8bd7c667435553ec2 (diff)
udpate docker install
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() { \