mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: Install - Powershell Get-Command error message remove
This commit is contained in:
parent
a021cdf509
commit
477f899f59
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ function Install-Choco() {
|
|||
}
|
||||
|
||||
function Check-Git() {
|
||||
if( -Not (Get-Command git) ) {
|
||||
if ( -Not (Get-Command choco)) {
|
||||
if ( -Not (Get-Command git -errorAction SilentlyContinue) ) {
|
||||
if ( -Not (Get-Command choco -errorAction SilentlyContinue) ) {
|
||||
Install-Choco
|
||||
}
|
||||
choco install git -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue