Compare commits

..

No commits in common. "5fb1aab87964c1b0a0c02ba57dc9eccacac2145e" and "3c49890f1d01a3a8039deedd0c23d2c3f7999c95" have entirely different histories.

View File

@ -57,6 +57,7 @@ function install_gopls() {
function install_black() {
# Install black
pip install black --pre --user --force
pip3 install black --pre --user --force
}
@ -70,11 +71,6 @@ function install_ansible-language-server() {
sudo npm -g i yaml-language-server --force
}
function install_meraki_ansible() {
ansible-galaxy collection install cisco.meraki --force
pip3 install meraki --user --force
}
function main() {
command_start update_pip
command_start install_pyright
@ -86,7 +82,6 @@ function main() {
command_start install_gopls
command_start install_black
command_start install_ansible
command_start install_meraki_ansible
}
main