Skip to content

Commit e453f71

Browse files
authored
Remove git clone command for ant repository
Removed the git clone command for the ant repository.
1 parent 62d5ae7 commit e453f71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bash/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ This block installs the `miniconda` package.
205205
```
206206
cd ~
207207
which python3
208-
git clone https://github.com/robfatland/ant
209208
mkdir -p ~/miniconda3
210209
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
211210
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3

0 commit comments

Comments
 (0)