Skip to content

Build and publish omarchy's .wsl artifact #150

Description

@linghengqian
# Run in Windows PowerShell
curl.exe --fail --show-error --location `
  --output "$env:USERPROFILE/Downloads/Microsoft.WSL_2.7.12.0_x64_ARM64.msixbundle" `
  "https://github.com/microsoft/WSL/releases/download/2.7.12/Microsoft.WSL_2.7.12.0_x64_ARM64.msixbundle"

# Execute in Windows PowerShell with administrator privileges
Add-AppxPackage -Path "$env:USERPROFILE/Downloads/Microsoft.WSL_2.7.12.0_x64_ARM64.msixbundle"
Enable-WindowsOptionalFeature -Online -FeatureName "VirtualMachinePlatform" -All -NoRestart
# Restart Windows 11

# Run in Windows PowerShell
curl.exe --fail --show-error --location `
  --output "$env:USERPROFILE/Downloads/omarchy-4.0.2.wsl" `
  "https://iso.omarchy.org/omarchy-4.0.2.wsl"

wsl --install --from-file "$env:USERPROFILE/Downloads/omarchy-4.0.2.wsl"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions