From 9791da0851d34fbdbae2e25add9bbff556b4c657 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 1 Jul 2023 19:07:39 +0200 Subject: [PATCH] Use shell as default. --- src/bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/installDeps.sh b/src/bin/installDeps.sh index 76b9bdeac..d4f6b1e85 100755 --- a/src/bin/installDeps.sh +++ b/src/bin/installDeps.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Move to the Etherpad base directory.