Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 1ededba

Browse files
committed
change shell to /bin/sh
should work on all POSIX systems now
1 parent e3fd8d4 commit 1ededba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
function error() {
44
echo " ! $@"

0 commit comments

Comments
 (0)