mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-14 02:41:14 -07:00
feat(installer-pwsh): save output of SelectLeptonDistribution to var
This commit is contained in:
parent
fa5a058557
commit
62581efe0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue