From 62581efe0b7e8586bcb6d87fb31294afef8243fd Mon Sep 17 00:00:00 2001 From: James Upjohn Date: Tue, 13 Jul 2021 21:59:18 +1200 Subject: [PATCH] feat(installer-pwsh): save output of SelectLeptonDistribution to var --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 0d23bca..bff21c7 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -108,7 +108,7 @@ function Install-Lepton { Verify-PowerShellVersion # Check installed version meets minimum # TODO: select style distribution (Photon or Proton) - Select-LeptonDistribution + $SelectedDistribution = Select-LeptonDistribution # TODO: check profile director{y,ies} (including custom) $InstallationDirectories = Check-FirefoxProfileDirectories $ProfilePath