File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/installation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Also we trigger a `apt-upgrade`. If you do not want that upgrade or a different
3737``` bash
3838sudo apt update && \
3939sudo 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 && \
4141git clone https://github.com/green-coding-solutions/green-metrics-tool ~ /green-metrics-tool && \
4242cd ~ /green-metrics-tool
4343
@@ -48,7 +48,7 @@ cd ~/green-metrics-tool
4848
4949``` bash
5050sudo 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 && \
5252git clone https://github.com/green-coding-solutions/green-metrics-tool ~ /green-metrics-tool && \
5353cd ~ /green-metrics-tool
5454```
You can’t perform that action at this time.
0 commit comments