We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58bc281 + e8bd6e3 commit e6c07b9Copy full SHA for e6c07b9
public/install.sh
@@ -1,2 +1,5 @@
1
#!/bin/bash
2
-curl -fsSL https://raw.githubusercontent.com/containers/ramalama/s/install.sh | bash
+
3
+set -euo pipefail
4
5
+curl -fsSL https://raw.githubusercontent.com/containers/ramalama/s/install.sh | bash
0 commit comments