Skip to content

Commit a0db72b

Browse files
committed
miniconda/install_miniconda.sh: Expand comment to include tar.
1 parent 8be5011 commit a0db72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miniconda/install_miniconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apt-get install -y curl
66
# Install VCS.
77
apt-get install -y git mercurial subversion
88

9-
# Install bzip2.
9+
# Install bzip2 and tar. Needed for decompressing packages.
1010
apt-get install -y bzip2 tar
1111

1212
# Install dependencies of conda's Qt4.

0 commit comments

Comments
 (0)