Pass the -y flag to apt in the install scripts.
authorDave Page <dpage@pgadmin.org>
Mon, 17 Aug 2020 08:30:06 +0000 (09:30 +0100)
committerDave Page <dpage@pgadmin.org>
Mon, 17 Aug 2020 08:30:06 +0000 (09:30 +0100)
Per Lætitia Avrot.

templates/pages/download/linux/debian.html
templates/pages/download/linux/ubuntu.html

index f2c020f727b079903554fb92a2951d453920a1fb..fa6e2a716df317c8c97625263d84840e7967fbf5 100644 (file)
@@ -57,7 +57,7 @@ sudo apt-get update
 
 # Install the latest version of PostgreSQL.
 # If you want a specific version, use 'postgresql-12' or similar instead of 'postgresql':
-sudo apt-get install postgresql</pre>
+sudo apt-get -y install postgresql</pre>
     <button id="copy-btn" class="pg-script-copy-btn">Copy Script</button>
 </div>
 
index c3c259c3a05a4110f173436982ad3bc529170b95..f3823bef4dd4146ada86cd90d74ecbf3bee8217e 100644 (file)
@@ -56,7 +56,7 @@ sudo apt-get update
 
 # Install the latest version of PostgreSQL.
 # If you want a specific version, use 'postgresql-12' or similar instead of 'postgresql':
-sudo apt-get install postgresql</pre>
+sudo apt-get -y install postgresql</pre>
     <button id="copy-btn" class="pg-script-copy-btn">Copy Script</button>
 </div>