8784: Fix test for latest firefox.
[arvados.git] / doc / _includes / _install_git_curl.liquid
1 On a Debian-based system, install the following packages:
2
3 <notextile>
4 <pre><code>~$ <span class="userinput">sudo apt-get install git curl</span>
5 </code></pre>
6 </notextile>
7
8 On a Red Hat-based system, install the following packages:
9
10 <notextile>
11 <pre><code>~$ <span class="userinput">sudo yum install git curl</span>
12 </code></pre>
13 </notextile>