Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitAuto: [FEATURE] Installation script for this template (PowerShell and Bash) #45

Merged

Update install.sh

a0a8980
Select commit
Loading
Failed to load commit list.
Merged

GitAuto: [FEATURE] Installation script for this template (PowerShell and Bash) #45

Update install.sh
a0a8980
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 21, 2024 in 0s

6 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 6
           

See the complete overview on Codacy

Annotations

Check warning on line 8 in install.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

install.ps1#L8

File 'install.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.

Check warning on line 18 in install.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

install.ps1#L18

File 'install.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.

Check warning on line 25 in install.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

install.ps1#L25

File 'install.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.

Check warning on line 28 in install.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

install.ps1#L28

File 'install.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.

Check warning on line 31 in install.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

install.ps1#L31

File 'install.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.

Check warning on line 34 in install.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

install.ps1#L34

File 'install.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.