Skip to content

Commit 58bc281

Browse files
authored
Merge pull request #84 from Fan/install-script
updated script to use bash instead of sh
2 parents 5cfc085 + 51f8d46 commit 58bc281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/install.sh

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

0 commit comments

Comments
 (0)