From 091affd7f1748890e022ba7b680d90b137a1b2c1 Mon Sep 17 00:00:00 2001 From: "C.U" <441389+krim404@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:28:11 +0100 Subject: [PATCH] fixed some minor bugs Path was one step too far in and pause is not a valid command on osx --- scripts/macos/macos_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/macos/macos_install.sh b/scripts/macos/macos_install.sh index c4aa6e39..13bf2a37 100644 --- a/scripts/macos/macos_install.sh +++ b/scripts/macos/macos_install.sh @@ -133,7 +133,7 @@ else cd .. cd utilities/safe_store pip install -e . - cd ../.. + cd ../../.. cd lollms-webui || exit 1 fi @@ -176,7 +176,6 @@ echo "Creating a bin dir (required for llamacpp binding)" mkdir ../installer_files/lollms_env/bin echo "Don't forget to select Apple silicon (if you are using M1, M2, M3) or apple intel (if you use old intel mac) in the settings before installing any binding" -pause PrintBigMessage() { echo