Skip to content

Commit d40204b

Browse files
committed
remove indentation
1 parent 5c1c1d9 commit d40204b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/virtual-network/virtual-network-test-latency.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,27 +100,27 @@ On both the *sender* and *receiver* Linux VMs, run the following commands to pre
100100

101101
```bash
102102
#RHEL/CentOS - Install Git and other helpful tools
103-
sudo yum install gcc -y -q
104-
sudo yum install git -y -q
105-
sudo yum install gcc-c++ -y
106-
sudo yum install ncurses-devel -y
107-
sudo yum install -y automake
108-
sudo yum install -y autoconf
109-
sudo yum install -y libtool
103+
sudo yum install gcc -y -q
104+
sudo yum install git -y -q
105+
sudo yum install gcc-c++ -y
106+
sudo yum install ncurses-devel -y
107+
sudo yum install -y automake
108+
sudo yum install -y autoconf
109+
sudo yum install -y libtool
110110
```
111111

112112
- Ubuntu:
113113

114114
```bash
115115
#Ubuntu - Install Git and other helpful tools
116-
sudo apt-get install build-essential -y
117-
sudo apt-get install git -y -q
118-
sudo apt-get install -y autotools-dev
119-
sudo apt-get install -y automake
120-
sudo apt-get install -y autoconf
121-
sudo apt-get install -y libtool
122-
sudo apt update
123-
sudo apt upgrade
116+
sudo apt-get install build-essential -y
117+
sudo apt-get install git -y -q
118+
sudo apt-get install -y autotools-dev
119+
sudo apt-get install -y automake
120+
sudo apt-get install -y autoconf
121+
sudo apt-get install -y libtool
122+
sudo apt update
123+
sudo apt upgrade
124124
```
125125

126126
### Copy, compile, and install SockPerf

0 commit comments

Comments
 (0)