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 178e3ff commit e35b5c6
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 e35b5c6

Please sign in to comment.