Install pwsh with scoop

Fixes #124
This commit is contained in:
Erik Westrup
2023-10-31 09:19:23 +01:00
parent 48ec2f9cf7
commit 1c0ba09d70

View File

@@ -207,9 +207,9 @@ I describe here one of may ways you can get restic and this backup script workin
**TL;DR setup** **TL;DR setup**
1. Install [scoop](https://scoop.sh/) 1. Install [scoop](https://scoop.sh/)
1. Install dependencies from a PowerShell with *administrator privileges*: 1. Install dependencies from a PowerShell with *administrator privileges*. `pwsh` should be installed to be able to run powershell in shebang scripts.
```console ```console
powershell> scoop install restic make git powershell> scoop install restic make git pwsh
``` ```
1. In a *non-privileged* PowerShell, start git-bash and clone this repo 1. In a *non-privileged* PowerShell, start git-bash and clone this repo
```console ```console