Skip to content

Commit

Permalink
Install pwsh with scoop
Browse files Browse the repository at this point in the history
Fixes #124
  • Loading branch information
erikw committed Oct 31, 2023
1 parent 48ec2f9 commit 1c0ba09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ I describe here one of may ways you can get restic and this backup script workin

**TL;DR setup**
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
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
```console
Expand Down

0 comments on commit 1c0ba09

Please sign in to comment.