5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt-get install -y postgresql postgresql-contrib
|
|
sudo apt-get install -y nginx
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh |