Commit 46431338 authored by wangyongshou's avatar wangyongshou

mkdir package

parent 7e71c6ff
......@@ -56,8 +56,8 @@ function install_bupt_vppe ()
#install
echo "install bupt_vppe start..."
sudo dpkg -i $base/pkg/vppe_install/*.deb > /dev/null 2>&1;
sudo systemctl stop vpp;
sudo systemctl disable vpp;
sudo systemctl stop vpp > /dev/null 2>&1 ;
sudo systemctl disable vpp > /dev/null 2>&1 ;
#rm install package
sudo rm -rf $base/pkg/vppe_install;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment