summaryrefslogtreecommitdiff
path: root/install.sh
AgeCommit message (Collapse)Author
2024-02-06Added .git to end of Repo's https URLluvchurchill
The install.sh script didn't work for me, after I changed this locally it worked URL needs to end in .git
2023-10-18Update install.shThe Bearodactyl
2023-09-22fix(installation): bump MinRustVersion to 1.70d1t2
Since #1633 porting to Clap, min Rust version reqirement changes.
2023-02-26Better error message when failingMahdi Bahrami
2023-02-11fix(installation): bump `MinRustVersion` to 1.58Alexander Gill
this is the earliest minor version that compiled without errors
2023-02-11fix(installation): loop to `max_len-1`Alexander Gill
avoid `i` going outside range of array indices
2022-05-17check for rustup installpwygab
2022-05-04fix(install.sh):fix arr out of boundslikzn
2022-04-20chore: bump minimum required rust version in installsmokou
2022-04-04fix(install): protect path with whitespaces using quotes and stop at the ↵Pascal Havé
first error
2022-02-04doc: Add hints on how to get gcc installed (#741)Brandon High
2020-11-05fix(installation): Update the MinRustVersionCaleb Webber
closes #577df Co-authored-by: Caleb Webber <seeplusplus@users.noreply.github.com>
2020-06-14chore: Move from master branch to main branchmokou
2020-06-05fix(installation): Provide a backup git reference when tag can't be curlAbdou Seck
closes #423 If the parsed JSON data curled during a bash installation is not valid, use the repository's tag files as a backup. If those files don't exist somehow, then checkout the master branch and install it.
2020-04-29fix(installation): Check if python is available while checking for git,rustc ↵Abdou Seck
and cargo closes #374
2020-02-27fix: Re-add cloning the repo to install scriptsmokou
2020-02-26feat: Add clippy lintsMario Reder
- adds a new 'clippy' category for exercises - clippy exercises should throw no warnings - install script now also installs clippy is related to https://github.com/rust-lang/rust-clippy/issues/2604
2020-02-21fix(installation): make fatal errors more obviousQuinten Johnson
2019-06-09fix(installation): Fix rustlings installation checkRussell Cousineau
2019-03-28Fix order of true/false in tests for executablesMatthias Geier
1b3469f236bc6979c27f6e1a04e4138a88e55de3 has fixed the tests themselves, but now the original error shows itself.
2019-03-28make installation command checks more thoroughliv
2019-03-20Fix comment positionColin Pitrat
2019-03-20Verify that rust version is recent enough to install rustlings.Colin Pitrat
I would have liked to write some tests for the vercomp function I introduce, but there doesn't seem to be any CI setup yet?
2019-03-06add a basic install scriptlyn