From 94a3b696c5b22fb81ca47fd9e230d2aee77bec50 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:01:57 +0000 Subject: [PATCH] Latest --- .../universal/run_onchange_after_12-install-packages.sh.tmpl | 1 - software.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl index 49310f09..38ce9e07 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl @@ -42,7 +42,6 @@ if command -v install-program > /dev/null; then env | grep JAVA env | grep SDKMAN env | grep ASDF - env | grep JDK install-program {{ $softwareList }} # TODO - Figure out how to configure no logs to print to ~/.ansible.log -- should be printing to the value specified in the ansible.cfg rm -rf "$HOME/.ansible.log" diff --git a/software.yml b/software.yml index 92a05d47..8e934587 100644 --- a/software.yml +++ b/software.yml @@ -10218,7 +10218,7 @@ softwarePlugins: plugins: - https://github.com/BalliAsghar/mailsy-alfred/releases/download/2.0.0/Mailsy.alfredworkflow android-studio: - cmd: bash -c 'if ! sdkmanager --list_installed | grep "{PLUGIN}"; then sdkmanager --install "{PLUGIN}"; fi' + cmd: bash -c 'echo $JAVA_HOME && sdkmanager --list_installed && if ! sdkmanager --list_installed | grep "{PLUGIN}"; then sdkmanager --install "{PLUGIN}"; fi' plugins: - add-ons;addon-google_apis-google-24 - build-tools;33.0.0