AitherZero v2.3.5
Installation
PowerShell Gallery (recommended):
Install-Module -Name AitherZero -Scope CurrentUser
Import-Module AitherZeroDownload & Install:
# Download the zip from Assets below, then:
Expand-Archive AitherZero-2.3.5.zip -DestinationPath ./AitherZero
cd AitherZero
./install.ps1From source:
git clone https://github.com/Aitherium/AitherZero.git
cd AitherZero
./build.ps1
Import-Module ./AitherZero.psd1Changes
- fix(ci): the release step passed an empty argument to gh (1635f44)
Requirements
- PowerShell 7.0+
- Windows, Linux, or macOS