feat(installer-pwsh): save output of SelectLeptonDistribution to var

This commit is contained in:
James Upjohn 2021-07-13 21:59:18 +12:00
parent fa5a058557
commit 62581efe0b
No known key found for this signature in database
GPG key ID: D27176569247601C

View file

@ -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