-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Non-Windows OS Support Added OS Identification to determine tests to run Added SH and Bash executors for Linux and MacOS Changed some Print statement oddities in ART Updated Installation script to work on non-windows machines * Updated Documentation Edited the readme to be more OS neutral Added information for the -force option in the installer Added instructions for downloading powershell core on Mac and Linux * Last Bugs added chown to install script * Install -force test install path if (Test-Path $InstallPath){ Remove-Item -Path $InstallPath -Recurse -Force -ErrorAction Stop | Out-Null } * minor changes Write-Host error messages Installer - Import-Module $modulePath -Force * Chown weird on MacOS chown -R $env:SUDO_USER $InstallPath * README edits clearing up $home $homedrive shenanigans * \n in mardown issues * Readme edits #2
- Loading branch information
Showing
4 changed files
with
122 additions
and
75 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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