christianchiarulli 4 years ago
parent
commit
934535df61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
utils/installer/install.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -o nounset # error when referencing undefined variable
 set -o errexit # exit when command fails