Skip to content

Commit 3273ba6

Browse files
committed
fix: fail on error
1 parent cbce83e commit 3273ba6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
function usage {
46
echo "Usage: $(basename "$0") [-tdhvpasmi]" 2>&1
57
echo ' -h shows help'

0 commit comments

Comments
 (0)