Compare commits

..

2 Commits

Author SHA1 Message Date
renovate-bot bb7b02101c Update quay.io/linuxserver.io/code-server Docker tag to v4.18.0
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/pr/deploy Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details
ci/woodpecker/pr/next Pipeline was successful Details
2023-10-26 19:24:51 +02:00
OCram85 03a31b7942 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: CodeServer/arkanum#72
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Co-committed-by: OCram85 <marco.blessing@googlemail.com>
2023-10-26 19:22:56 +02:00
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"
}