Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version install of dependencies #27

Open
TylerLeonhardt opened this issue Feb 17, 2019 · 1 comment
Open

Version install of dependencies #27

TylerLeonhardt opened this issue Feb 17, 2019 · 1 comment

Comments

@TylerLeonhardt
Copy link
Collaborator

TylerLeonhardt commented Feb 17, 2019

I was looking at these lines and realized that the current code will not fetch a newer version of MacNotify/PSNotifySend if one exists.

We should change this to:

(Get-Module -ListAvailable MacNotify).Version -gt x.x.x

where x.x.x is the minimum version required to use this module.

Today, we're ok, but for -SoundFile we'll have to take this into account because I added it in later to PSNotifySend

@TylerLeonhardt
Copy link
Collaborator Author

We'll need this issue fixed for #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant