Skip to content

Commit e3792d8

Browse files
authored
Update Sonarqube_with_database.md
1 parent cee6407 commit e3792d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sonarqube/Sonarqube_with_database.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ SonarQube is an open-source static testing analysis software, it is used by deve
1212
```
1313

1414
## Install & Setup Postgres Database for SonarQube
15-
`Source: https://www.postgresql.org/download/linux/ubuntu/`
16-
1. Install Postgres database
17-
``sh
18-
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
15+
`Source: https://www.postgresql.org/download/linux/ubuntu/`
16+
1. Install Postgres database
17+
```sh
18+
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
1919
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
2020
sudo apt-get update
2121
sudo apt-get -y install postgresql
@@ -145,4 +145,4 @@ apt install net-tools
145145
146146
### 💡 Help/Suggestions or 🐛 Bugs
147147
148-
Thank you for your interest in contributing to our project. Whether it is a bug report, new feature, correction, or additional documentation or solutions, we greatly value feedback and contributions from our community. [Start here](/issues)
148+
Thank you for your interest in contributing to our project. Whether it is a bug report, new feature, correction, or additional documentation or solutions, we greatly value feedback and contributions from our community. [Start here](/issues)

0 commit comments

Comments
 (0)