Updated the scripts
This commit is contained in:
parent
af4c1a9825
commit
7576126cdf
@ -14,3 +14,6 @@ sudo systemctl enable nginx
|
||||
|
||||
# Start nginx
|
||||
sudo systemctl start nginx
|
||||
|
||||
# Status nginx
|
||||
sudo systemctl status nginx
|
@ -11,3 +11,9 @@ sudo apt upgrade -y
|
||||
|
||||
# Install postgres and common utils
|
||||
sudo apt install postgresql postgresql-contrib -y
|
||||
|
||||
# Enable postgres
|
||||
sudo systemctl enable postgresql
|
||||
|
||||
# Status nginx
|
||||
sudo systemctl status postgresql
|
Loading…
Reference in New Issue
Block a user