Skip to content

Commit b0dd55a

Browse files
committed
fix: exit on error in install script
1 parent 6d643d4 commit b0dd55a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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
get_arch() {
46
local raw_arch="$(uname -m)"
57
local arch

0 commit comments

Comments
 (0)