Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bash-install
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
witchy
bash-install
Commits
61cb7846
Unverified
Commit
61cb7846
authored
2 years ago
by
tamaina
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix #6
parent
5021a053
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ubuntu.sh
+3
-3
3 additions, 3 deletions
ubuntu.sh
with
3 additions
and
3 deletions
ubuntu.sh
+
3
−
3
View file @
61cb7846
...
...
@@ -18,7 +18,7 @@
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
version
=
"1.
5
.0"
;
version
=
"1.
6
.0"
;
tput setaf 4
;
echo
""
;
...
...
@@ -673,8 +673,8 @@ if $db_local; then
tput setaf 3
;
echo
"Process: install postgres;"
tput setaf 7
;
wget https://salsa.debian.org/postgresql/postgresql-common/raw/master/pgdg/apt.postgresql.org.sh
;
sh apt.postgresql.org.sh
-i
-v
1
3
;
apt
install
-y
postgresql-common
;
sh
/usr/share/postgresql-common/pgdg/
apt.postgresql.org.sh
-i
-v
1
5
;
tput setaf 3
;
echo
"Process: create user and database on postgres;"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment