Skip to content

Commit e6c07b9

Browse files
authored
Merge pull request #85 from ericcurtin/safety
Don't hide errors
2 parents 58bc281 + e8bd6e3 commit e6c07b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
#!/bin/bash
2-
curl -fsSL https://raw.githubusercontent.com/containers/ramalama/s/install.sh | bash
2+
3+
set -euo pipefail
4+
5+
curl -fsSL https://raw.githubusercontent.com/containers/ramalama/s/install.sh | bash

0 commit comments

Comments
 (0)