Added new modules in installer
This commit is contained in:
		@@ -1,8 +1,10 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
npm -g i pyright bash-language-server --force
 | 
					npm -g i pyright --force
 | 
				
			||||||
 | 
					npm -g i bash-language-server --force
 | 
				
			||||||
npm -g i yaml-language-server --force
 | 
					npm -g i yaml-language-server --force
 | 
				
			||||||
npm -g i @ansible/ansible-language-server --force
 | 
					npm -g i @ansible/ansible-language-server --force
 | 
				
			||||||
GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest
 | 
					GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest
 | 
				
			||||||
 | 
					GO111MODULE=on go install golang.org/x/tools/gopls@latest
 | 
				
			||||||
pip install black
 | 
					pip install black
 | 
				
			||||||
pip3 install black
 | 
					pip3 install black
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user