diff --git a/software.yml b/software.yml index 2b9ab963..55c5a053 100644 --- a/software.yml +++ b/software.yml @@ -8606,7 +8606,7 @@ softwarePlugins: - vagrant-vbguest - vagrant-vmware-desktop vscodium: - cmd: bash -c 'if test -n "$(find ~/.vscode/extensions -mindepth 1 -maxdepth 1 -type d -name "$(echo {PLUGIN} | tr "[:upper:]" "[:lower:]")*" -print -quit)"; then codium --install-extension "$(echo {PLUGIN} | tr "[:upper:]" "[:lower:]")"; fi' + cmd: bash -c 'if [ ! -n "$(find ~/.vscode/extensions -mindepth 1 -maxdepth 1 -type d -name "$(echo {PLUGIN} | tr "[:upper:]" "[:lower:]")*" -print -quit)" ]; then codium --install-extension "$(echo {PLUGIN} | tr "[:upper:]" "[:lower:]")"; fi' plugins: - Angular.ng-template - attilabuti.vscode-mjml