mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-28 21:58:55 +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
|
||||
set -euo pipefail
|
||||
set -uo pipefail
|
||||
# @description Install cargo/rust packages.
|
||||
#
|
||||
# shellcheck source=shared.sh
|
||||
|
||||
Reference in New Issue
Block a user