File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
templates/pages/download/linux Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ <h2>PostgreSQL Apt Repository</h2>
8383Install PostgreSQL: (replace "18" by the version you want)
8484
8585< div class ="pg-script-container ">
86- < pre id ="script-box3 " class ="code "> # Import the repository signing key:
87- sudo apt install postgresql-18</ pre >
86+ < pre id ="script-box3 " class ="code "> sudo apt install postgresql-18</ pre >
8887 < button id ="copy-btn3 " class ="pg-script-copy-btn "> Copy Script</ button >
8988</ div >
9089
Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ <h2>PostgreSQL Apt Repository</h2>
8282Install PostgreSQL: (replace "18" by the version you want)
8383
8484< div class ="pg-script-container ">
85- < pre id ="script-box3 " class ="code "> # Import the repository signing key:
86- sudo apt install postgresql-18</ pre >
85+ < pre id ="script-box3 " class ="code "> sudo apt install postgresql-18</ pre >
8786 < button id ="copy-btn3 " class ="pg-script-copy-btn "> Copy Script</ button >
8887</ div >
8988
You can’t perform that action at this time.
0 commit comments