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

Starting a demoscripts folder, moved WSL into own helper script #70

Merged
merged 10 commits into from
Sep 18, 2018

Conversation

yodurr
Copy link
Contributor

@yodurr yodurr commented Sep 11, 2018

No description provided.

choco install -y Microsoft-Hyper-V-All -source windowsFeatures
# alternative to above: Enable-WindowsOptionalFeature -Online -NoRestart -FeatureName Microsoft-Windows-Subsystem-Linux
# alternative to above: Enable-WindowsOptionalFeature -Online -NoRestart -FeatureName Microsoft-Hyper-V
choco install -y docker-for-windows
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have one for docker, not virtualization.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my statement is it feels overreaching from the title. I could see someone misunderstanding this.

Also what if someone is on not a SKU of windows that doesn't support Hyper-V (aka home edition), what happens?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

separate docker makes sense. and then name this one Hyper-V

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When a helper script is down to 1-line we should consider getting rid of it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make some changes to this PR and we may need to revisit again later

devops_azure.ps1 Outdated


#--- Browsers ---
choco install -y googlechrome
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe have this be "Browsers.ps1"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would include FireFox as well.

Copy link
Contributor Author

@yodurr yodurr Sep 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm.... yeah... that's not a bad idea

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the web tooling one has this as well. I think we have a bug for that

@yodurr yodurr merged commit 79bbe5b into master Sep 18, 2018
@yodurr yodurr deleted the demoscripts branch October 7, 2018 05:24
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

Successfully merging this pull request may close these issues.

2 participants