From 88f156841b8828e179f6183db5ed43da4b724127 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 15 May 2020 13:47:42 -0400 Subject: udpate docker install --- utils/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/install.sh') 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() { \ -- cgit v1.2.3