Browse Source

Use /bin/sh rather than /bin/bash

This makes it much easier to run on alpine which ships with
only a /bin/sh by default.
tags/v1.1.0-rc1
Chris Smith 5 years ago
parent
commit
2598569f3a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install.sh

+ 1
- 1
install.sh View File

@@ -1,4 +1,4 @@
1
-#!/bin/bash
1
+#!/bin/sh
2 2
 
3 3
 set -e
4 4
 

Loading…
Cancel
Save