diff --git a/scripts/install b/scripts/install index 7cc5a03..3ee44fc 100755 --- a/scripts/install +++ b/scripts/install @@ -249,27 +249,32 @@ fi # Give permission to the final_path chown -R "$app":"$app" "$final_path" -pushd $final_path/$app + # Install dependecies -su "$app" <