Skip to content

Commit

Permalink
Fix examples in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
valicm committed Feb 11, 2024
1 parent f5c5eb3 commit 64b72a6
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 @@ -23,10 +23,10 @@ wget -qLO - https://github.com/valicm/debian-pve-script/raw/main/debian-pve-scri

### Custom swap size 8GB, with git and rsync
```sh
wget -qLO - https://github.com/valicm/debian-pve-script/raw/main/debian-pve-script.sh | bash -s -- -p 8 -p git,rsync
wget -qLO - https://github.com/valicm/debian-pve-script/raw/main/debian-pve-script.sh | bash -s -- -s 8 -p git,rsync
```

### Running as sudo user
```sh
wget -qLO - https://github.com/valicm/debian-pve-script/raw/main/debian-pve-script.sh | sudo bash -s -- -p 8 -p git,rsync
wget -qLO - https://github.com/valicm/debian-pve-script/raw/main/debian-pve-script.sh | sudo bash -s -- -s 8 -p git,rsync
```

0 comments on commit 64b72a6

Please sign in to comment.