Skip to content

Commit

Permalink
Install makeself on first run
Browse files Browse the repository at this point in the history
  • Loading branch information
GimmickNG authored Apr 3, 2023
1 parent 925573f commit 754575e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if ! [ -x "$(command -v mn)" ]; then
INSTALLPATH=$(pwd)
sudo apt update
sudo apt install -y libffi-dev pkg-config mariadb-server
sudo apt install -y libffi-dev pkg-config mariadb-server makeself
cd ~/
git clone https://github.com/mininet/mininet
cd mininet/
Expand Down

0 comments on commit 754575e

Please sign in to comment.