install curl in one-liner
This commit is contained in:
parent
cd3716e362
commit
83127a7cf6
2 changed files with 2 additions and 2 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.
|
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
|
```bash
|
||||||
curl -sSL https://raw.githubusercontent.com/joby-lol/webserver-setup/main/quickstart.sh | bash
|
sudo apt update && sudo apt install -y git && curl -sSL https://raw.githubusercontent.com/joby-lol/webserver-setup/main/quickstart.sh | bash
|
||||||
```
|
```
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
||||||
# Install curl and git
|
# Install curl and git
|
||||||
sudo apt install -y curl git
|
sudo apt install -y git
|
||||||
|
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/joby-lol/webserver-config.git
|
git clone https://github.com/joby-lol/webserver-config.git
|
||||||
|
|
Loading…
Reference in a new issue