Skip to content

Commit 754575e

Browse files
authored
Install makeself on first run
1 parent 925573f commit 754575e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if ! [ -x "$(command -v mn)" ]; then
44
INSTALLPATH=$(pwd)
55
sudo apt update
6-
sudo apt install -y libffi-dev pkg-config mariadb-server
6+
sudo apt install -y libffi-dev pkg-config mariadb-server makeself
77
cd ~/
88
git clone https://github.com/mininet/mininet
99
cd mininet/

0 commit comments

Comments
 (0)