We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925573f commit 754575eCopy full SHA for 754575e
install.sh
@@ -3,7 +3,7 @@
3
if ! [ -x "$(command -v mn)" ]; then
4
INSTALLPATH=$(pwd)
5
sudo apt update
6
- sudo apt install -y libffi-dev pkg-config mariadb-server
+ sudo apt install -y libffi-dev pkg-config mariadb-server makeself
7
cd ~/
8
git clone https://github.com/mininet/mininet
9
cd mininet/
0 commit comments