Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
186d30ba
Commit
186d30ba
authored
Aug 13, 2021
by
wangys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dpkg -install
parent
4cdc9c9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
scripts/build_upf.sh
scripts/build_upf.sh
+1
-1
scripts/install_upf.sh
scripts/install_upf.sh
+15
-0
No files found.
scripts/build_upf.sh
View file @
186d30ba
...
...
@@ -165,7 +165,7 @@ function make_vpp_package()
rm
-rf
${
BUILD_ROOT
}
/.ccache
;
mkdir
-p
vppe_install
mv
${
BUILD_ROOT
}
/
*
vppe_install
cp
-rf
${
BUILD_ROOT
}
/
*
vppe_install
sudo tar
-zcvf
$VPPE_NAME
vppe_install/
*
>
/dev/null 2>&1
;
sudo mv
$VPPPATH
/
$VPPE_NAME
$VPPINSTALL
...
...
scripts/install_upf.sh
View file @
186d30ba
...
...
@@ -99,6 +99,21 @@ function install_bupt_vppe ()
systemctl stop vpp
>
/dev/null 2>&1
;
systemctl disable vpp
>
/dev/null 2>&1
;
dpkg
-i
-O
-E
-G
-B
*
.deb
systemctl stop vpp
>
/dev/null 2>&1
;
systemctl disable vpp
>
/dev/null 2>&1
;
apt
--fix-broken
install
apt autoremove
dpkg
-i
*
.deb
systemctl stop vpp
>
/dev/null 2>&1
;
systemctl disable vpp
>
/dev/null 2>&1
;
cd
..
#rm install package
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment