Skip to content

Commit

Permalink
More strict bash flags for install script
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrange committed Mar 15, 2024
1 parent a9aecf0 commit f3e3ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail

echo "downloading bash_unit"
current_working_dir=$PWD
tarball_url=$(curl -s https://api.github.com/repos/pgrange/bash_unit/releases | grep tarball_url | head -n 1 | cut -d '"' -f 4)
Expand Down

0 comments on commit f3e3ef4

Please # to comment.