Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nucleo
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
blockchain
nucleo
Merge requests
!1
Distillery
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Distillery
distillery
into
master
Overview
0
Commits
5
Changes
4
Merged
Robert Martin-Legene
requested to merge
distillery
into
master
6 years ago
Overview
0
Commits
5
Changes
4
Expand
Arreglando MasterDistiller
👍
0
👎
0
Merge request reports
Viewing commit
9614599b
Prev
Next
Show latest version
4 files
+
183
−
72
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
9614599b
Merge branch 'master' of
https://gitlab.bfa.ar/blockchain/nucleo
into distillery
· 9614599b
Robert Martin-Legene
authored
6 years ago
bin/installbfa.sh
+
1
−
1
Options
@@ -158,7 +158,7 @@ function usersetup
git pull
#
cd
~bfa
if
expand
< .bashrc |
grep
-E
vq
'source .*bfa/bin/env'
if
[
$(
expand
< .bashrc |
grep
-E
'source .*bfa/bin/env'
|
wc
-l
)
-eq
0
]
then
info Adding to automatically
source
\~
bfa/bfa/bin/env via .bashrc
echo
'source ~/bfa/bin/env'
>>
.bashrc
Loading