aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh (follow)
Commit message (Collapse)AuthorAge
* fix(installer): use case-insensitive comparison (#776)Austin Schey2023-03-13
|
* Make the install script more robust (#692)frukto2023-02-10
| | | | Dont't fail is a Linux system does not provide lsb_release, try to read the distro from /etc/os-release in this case.
* install.sh: Fallback to using cargo (#639)Patrick Jackson2022-12-16
|
* Add message begging for help lol 🐢 (#569)Ellie Huxtable2022-10-15
|
* Add installer support for Termux (#540)Laurent le Beau-Martin2022-09-25
|
* treat popos as ubuntu (#319)Brad Robel-Forrest2022-04-21
|
* fix: get install.sh working on UbuntuWSL (#260)Simon Elsbrock2022-01-18
|
* Replace dpkg with apt (#248)Sandro2021-12-19
| | | | dpkg is a backend tool not supposed to be used by end users for installing debs. Also apt installs potentials dependencies.
* Update messages in install.sh about the AUR packages (#231)Orhun Parmaksız2021-12-10
|
* Update install.sh to use `pacman` on Arch Linux (#229)Orhun Parmaksız2021-12-09
|
* fix: resolve some issues with install.sh (#188)Jannik2021-12-08
| | | | | | | | | | | | | | | * feat: add command checks to install script Some people don't use sudo or have curl, sed or wget installed by default. This adds a check, if sudo, curl and sed are installed and changes wget to curl as this is the mostly used command in the script. If sudo is not installed it uses su. Closes: #175 * fix: add newline to printf commands The printf was missing a newline at the end, which resulted in the eval line being appended directly to the end of the previous line.
* run shellcheck (#97)Ian Smith2021-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * run shellcheck * Update .github/workflows/shellcheck.yml Co-authored-by: Conrad Ludgate <oon@conradludgate.com> * shellcheck fixes in which i am highly confident * shellcheck fixes in which I am less confident - not executing this is fine, right? * SC2155 In src/shell/atuin.bash line 1: export ATUIN_SESSION=$(atuin uuid) ^-----------^ SC2155: Declare and assign separately to avoid masking return values. * shellcheck doesn't support zsh, per https://github.com/koalaman/shellcheck/wiki/SC1071 * yaml fix * gotta checkout our code, too * yaml fix * action spelling * exclude .zsh * Shellcheck doesn't support zsh, per https://github.com/koalaman/shellcheck/wiki/SC1071, and the ignore: param in ludeeus/action-shellcheck only supports _directories_, not _files_. So instead, we manually add any error the shellcheck step finds in the file to the above line ... * comment all the ignores * Update src/shell/atuin.bash Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> * new zsh plugin shellcheck errors * new zsh plugin shellcheck errors, pt 2 Co-authored-by: Conrad Ludgate <oon@conradludgate.com> Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* Elementary Linux add as supported (#113)Manel Vilar2021-05-11
|
* Put cargo install in the right place (#63)Ellie Huxtable2021-05-08
| | | Resolves #61
* Add a newline when editing shell rc files (#60)avinassh2021-05-08
| | | | | | | | | | | | | * Add a newline when editing shell rc files * Update install.sh Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update install.sh Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Fix ubuntu install (#46)Ian Smith2021-05-07
| | | The filename for the deb is versioned like '0.6.4', not 'v0.6.4'.
* Update install.shEllie Huxtable2021-04-27
| | | :flushed: oops
* Update install.shEllie Huxtable2021-04-27
|
* Update install.shEllie Huxtable2021-04-27
|
* Release v0.6.3Ellie Huxtable2021-04-26
| | | | | | | | First proper release! - Update install script - Correct dependencies - Update workflow release script
* Update installEllie Huxtable2021-04-26
|
* Pre release polishing (#42)Ellie Huxtable2021-04-26
| | | | | | | | | | | | | * Improve readme * Add demo gif * Update readme * Add mac build * Amend release config * Update gif
* Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable2021-04-25
* Begin moving to sqlx for local too * Stupid scanners should just have a nice cup of tea Random internet shit searching for /.env or whatever * Remove diesel and rusqlite fully