fix pwsh install package (#72)
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details

#### 📖 Summary

replace `powershell` with `powershell-lts` package

#### 📑 Alternate test plan

| Choice | Test Method       |
| :----: | :-----------      |
|        | Custom test       |
|        | No test plan      |

##### Details / Justification

> 💡 Add your test details or justification for missing tests here.

#### 📚 Additional Notes

- fixes #71

Reviewed-on: #72
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Co-committed-by: OCram85 <marco.blessing@googlemail.com>
This commit is contained in:
OCram85 2023-10-26 19:22:56 +02:00 committed by OCram85
parent 173ec41f6d
commit 03a31b7942
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ function instPwsh() {
say "Installing PowerShell..." "PowerShell"
# Install PowerShell
sudo -E apt-get install --no-install-recommends -y powershell
sudo -E apt-get install --no-install-recommends -y powershell-lts
say "done." "PowerShell"
}