mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-02 03:59:37 +00:00
fix(scripts): remove exit-on-error from cargo install script
Remove -e from set -euo pipefail so the script continues past individual cargo install failures.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -uo pipefail
|
||||||
# @description Install cargo/rust packages.
|
# @description Install cargo/rust packages.
|
||||||
#
|
#
|
||||||
# shellcheck source=shared.sh
|
# shellcheck source=shared.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user