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
!4
Add sudo to apt line
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add sudo to apt line
bfaupdate
into
master
Overview
1
Commits
1
Changes
1
Merged
Manuel Colombini
requested to merge
bfaupdate
into
master
6 years ago
Overview
1
Commits
1
Changes
1
Expand
Cuando el usuario bfa trataba de hacer el apt devolvía error por permisos
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
300dc47a
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bin/bfaupdate.sh
+
1
−
1
Options
@@ -6,6 +6,6 @@ source ${BFAHOME}/bin/libbfa.sh || exit 1
set
-x
cd
${
BFAHOME
}
apt
-y
install
libclass-accessor-perl
sudo
apt
-y
install
libclass-accessor-perl
git pull
npm rebuild
Loading