From 24aad5737615de6e33600a89eb614097c1b067a0 Mon Sep 17 00:00:00 2001 From: Yalh Date: Mon, 28 Jan 2019 02:14:41 +0100 Subject: [PATCH] Fix MIX Dependencies installation --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 3e02a0d..7e40626 100755 --- a/scripts/install +++ b/scripts/install @@ -253,9 +253,9 @@ chown -R "$app":"$app" "$final_path" # Install dependecies su -l "$app" -s /bin/bash <