forked from MicrosoftDocs/PowerShell-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Berlintay patch 1 #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8/21/2023 PM Publish
8/22/2023 PM Publish
Publish to live
8/23/2023 PM Publish
8/28/2023 PM Publish
8/29/2023 PM Publish
8/30/2023 PM Publish
9/5/2023 PM Publish
9/6/2023 PM Publish
9/8/2023 PM Publish
9/11/2023 PM Publish
9/12/2023 PM Publish
9/13/2023 PM Publish
9/14/2023 PM Publish
09/15 PM Publishing
9/19/2023 PM Publish
9/20/2023 PM Publish
* Update docs changes (MicrosoftDocs#10441) * Update TOC (MicrosoftDocs#10443)
9/21/2023 PM Publish
09/22 PM Publishing
Publish to live
9/26/2023 PM Publish
9/27/2023 PM Publish
Publish to live
9/28/2023 PM Publish
09/29 PM Publishing
10/02 PM Publishing
10/04 PM Publishing
10/05 PM Publishing
10/06 PM Publishing
10/14/2024 PM Publish
10/15/2024 PM Publish
10/16/2024 PM Publish
10/21/2024 PM Publish
10/24/2024 PM Publish
10/28/2024 PM Publish
10/30/2024 PM Publish
11/4/2024 PM Publish
11/5/2024 PM Publish
11/6/2024 PM Publish
Publish to live
11/8/2024 PM Publish
11/11/2024 PM Publish
11/15/2024 PM Publish
11/18/2024 PM Publish
11/19/2024 PM Publish
11/22/2024 PM Publish
11/25/2024 PM Publish
12/2/2024 PM Publish
12/4/2024 PM Publish
12/5/2024 PM Publish
12/9/2024 PM Publish
12/10/2024 PM Publish
12/11/2024 PM Publish
12/12/2024 PM Publish
12/16/2024 PM Publish
12/17/2024 PM Publish
docs: enhance PowerShell installation instructions for all Linux distributions (tested on WSL2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
PR Checklist
This pull request adds an automated installation script to the
Installing-PowerShell-on-Linux.mddocumentation. The script simplifies the process of installing PowerShell on various Linux distributions by automatically detecting the system type and handling the installation process.Key additions:
linux_autodetect_install.shscript and included the full script within a collapsible details section for easy access.