Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valicm committed Feb 2, 2024
1 parent e072b4e commit f5c5eb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ 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
```

### 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
```

0 comments on commit f5c5eb3

Please sign in to comment.