christianchiarulli 4 年之前
父節點
當前提交
934535df61
共有 1 個文件被更改,包括 1 次插入1 次删除
  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