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
Commits
4a27bcfd
Commit
4a27bcfd
authored
3 years ago
by
Roberto Pereyra Pigerl
Browse files
Options
Downloads
Patches
Plain Diff
Ajuste linea git switch, que se utilizo para test y comenta liena cd automatico para bfa
parent
eae5b37f
No related branches found
No related tags found
2 merge requests
!7
Rpereyra2022
,
!5
Rpereyra2022
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/installbfa.sh
+1
-3
1 addition, 3 deletions
bin/installbfa.sh
with
1 addition
and
3 deletions
bin/installbfa.sh
+
1
−
3
View file @
4a27bcfd
...
...
@@ -137,14 +137,13 @@ function userconfig
then
info
"Adding to automatically source
${
BFAHOME
}
/bin/env via .bashrc"
echo
"test -r
${
BFAHOME
}
/bin/env && source
${
BFAHOME
}
/bin/env"
>>
~bfa/.bashrc
echo
"cd
${
BFAHOME
}
"
>>
~bfa/.bashrc
##
echo "cd ${BFAHOME}" >> ~bfa/.bashrc
fi
# cloning if not done already, or just update (pull)
if
[
!
-d
"
${
BFAHOME
}
"
]
then
# initial cloning
runasownerof
${
BFAHOME
%/*
}
git clone https://gitlab.bfa.ar/blockchain/nucleo.git
$BFAHOME
git switch rpereyra2022
else
runasownerof
"
${
BFAHOME
}
"
git pull
fi
...
...
@@ -202,7 +201,6 @@ function setupquestions
fi
fi
}
###apt-get install -y -qq git software-properties-common jq ncurses-bin curl
usersetup
setupquestions
apt-get
install
-y
-qq
git software-properties-common jq ncurses-bin curl
...
...
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