christianchiarulli 4 yıl önce
ebeveyn
işleme
934535df61
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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