Latest
This commit is contained in:
parent
e4d4a37134
commit
94a3b696c5
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue