Skip to content

Commit 9b4195a

Browse files
committed
Adding iproute to requirements
1 parent b9c0d6f commit 9b4195a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/installation/installation-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Also we trigger a `apt-upgrade`. If you do not want that upgrade or a different
3737
```bash
3838
sudo apt update && \
3939
sudo apt upgrade -y && \
40-
sudo apt install -y curl git make gcc python3 python3-pip python3-venv && \
40+
sudo apt install -y curl git make gcc python3 python3-pip python3-venv iproute2 && \
4141
git clone https://github.com/green-coding-solutions/green-metrics-tool ~/green-metrics-tool && \
4242
cd ~/green-metrics-tool
4343

@@ -48,7 +48,7 @@ cd ~/green-metrics-tool
4848

4949
```bash
5050
sudo dnf upgrade -y && \
51-
sudo dnf install -y curl git make gcc python3 python3-devel && \
51+
sudo dnf install -y curl git make gcc python3 python3-devel iproute && \
5252
git clone https://github.com/green-coding-solutions/green-metrics-tool ~/green-metrics-tool && \
5353
cd ~/green-metrics-tool
5454
```

0 commit comments

Comments
 (0)