Skip to content

Commit 08bd706

Browse files
committed
Added iproute2 to packages
1 parent c0c256f commit 08bd706

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/cluster/nop-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ sudo systemctl disable --now power-profiles-daemon.service
9696
sudo systemctl disable --now thermald.service
9797
sudo systemctl disable --now anacron.service
9898

99-
# Packages to install for editing. some of us prefer nano, some vim. We install bot to keep wild opinionated mobs away :)
100-
sudo apt install -y vim nano
99+
# Packages to install for editing and inspection. some of us prefer nano, some vim. We install bot to keep wild opinionated mobs away :)
100+
sudo apt install -y vim nano iproute2
101101

102102
# Setup networking
103103
NET_NAME=$(sudo networkctl list "en*" --no-legend | cut -f 4 -d " ")

0 commit comments

Comments
 (0)