Updated the scripts
This commit is contained in:
@@ -14,3 +14,6 @@ sudo systemctl enable nginx
|
||||
|
||||
# Start nginx
|
||||
sudo systemctl start nginx
|
||||
|
||||
# Status nginx
|
||||
sudo systemctl status nginx
|
||||
@@ -10,4 +10,10 @@ sudo apt-get update
|
||||
sudo apt upgrade -y
|
||||
|
||||
# Install postgres and common utils
|
||||
sudo apt install postgresql postgresql-contrib -y
|
||||
sudo apt install postgresql postgresql-contrib -y
|
||||
|
||||
# Enable postgres
|
||||
sudo systemctl enable postgresql
|
||||
|
||||
# Status nginx
|
||||
sudo systemctl status postgresql
|
||||
Reference in New Issue
Block a user