simplifying one-liner
This commit is contained in:
parent
83127a7cf6
commit
e823d6e61a
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ The following command will install these tools.
|
|||
It is adviseable to review the contents of `quickstart.sh` before running it, as it's generally a good security practice to understand what a script does before executing it, especially with elevated privileges.
|
||||
|
||||
```bash
|
||||
sudo apt update && sudo apt install -y git && curl -sSL https://raw.githubusercontent.com/joby-lol/webserver-setup/main/quickstart.sh | bash
|
||||
curl -sSL https://raw.githubusercontent.com/joby-lol/webserver-setup/main/quickstart.sh | bash
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue