diff options
author | Chris <[email protected]> | 2020-05-13 22:46:13 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-13 22:46:13 -0400 |
commit | 2947cb501e65db683172b91b63df4e1442693a3f (patch) | |
tree | 3b7c61a7994944814a82d964022ceabd84fde124 | |
parent | da3ad3b8934f55d299482b8010a0cae3ac995722 (diff) |
update for docker
-rwxr-xr-x | utils/install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/install.sh b/utils/install.sh index 8a0788ed..9996b114 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -59,7 +59,8 @@ installcocextensions() { \ cd ~/.config/coc/extensions [ ! -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 + # 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 } cloneconfig() { \ |