File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,14 @@ function archChanged() {
136
136
scriptBox . innerHTML = '# Install the repository RPM:\n' ;
137
137
scriptBox . innerHTML += installer + ' install ' + url + '\n\n' ;
138
138
139
- scriptBox . innerHTML += '# Install PostgreSQL:\n' ;
140
- scriptBox . innerHTML += installer + ' install postgresql' + shortver + '-server\n\n' ;
141
-
142
139
if ( disable_module_on ( plat ) ) {
143
140
scriptBox . innerHTML += '# Disable the built-in PostgreSQL module:\n' ;
144
141
scriptBox . innerHTML += 'dnf -qy module disable postgresql\n\n' ;
145
142
}
146
143
144
+ scriptBox . innerHTML += '# Install PostgreSQL:\n' ;
145
+ scriptBox . innerHTML += installer + ' install postgresql' + shortver + '-server\n\n' ;
146
+
147
147
scriptBox . innerHTML += '# Optionally initialize the database and enable automatic start:\n' ;
148
148
if ( uses_systemd ( plat ) ) {
149
149
var setupcmd = 'postgresql-' + shortver + '-setup' ;
You can’t perform that action at this time.
0 commit comments