Skip to content

Commit

Permalink
Merge pull request #56 from Lenny4/dev
Browse files Browse the repository at this point in the history
fix download Miniconda3
  • Loading branch information
Lenny4 committed Jun 13, 2023
2 parents f850bba + 0166c2a commit 882eb82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@

### Removed

## [0.1.1] - 2023-06-13

### Fixed

- Fix download Miniconda3-latest-Linux-x86_64.sh with no certificate


## [0.1.0] - 2023-06-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/widget/installation/requirement_linux_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ${newRequirements['hasUnzip'] == false ? "unzip \\" : ""}
"""\\
rm -f $miniCondaFolder.sh && \\
rm -rf $miniCondaFolder && \\
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O $miniCondaFolder.sh && \\
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O $miniCondaFolder.sh --no-check-certificate && \\
bash $miniCondaFolder.sh -b -p $miniCondaFolder && \\
rm $miniCondaFolder.sh
"""
Expand Down

0 comments on commit 882eb82

Please sign in to comment.