From 6ef7c83e19eae145e40f5d8cc9da82484546052a Mon Sep 17 00:00:00 2001 From: Lance Borden Date: Tue, 19 Aug 2025 15:09:00 -0400 Subject: update install script paths --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 405cf6e..2251fed 100755 --- a/install.sh +++ b/install.sh @@ -54,12 +54,12 @@ rm premake.tar.gz premake5 gmake make -if [ ! -d ~/.lush ]; then - cp -rf ./.lush ~/ +if [ ! -d ~/.config/lush ]; then + cp -rf ./lush ~/.config/ fi # always update example -cp -f ./.lush/scripts/example.lua ~/.lush/scripts/example.lua +cp -f ./lush/scripts/example.lua ~/config/lush/scripts/example.lua # Install the new shell binary to a temporary location sudo cp ./bin/Debug/lush/lush /usr/bin/lush.new -- cgit v1.2.3-59-g8ed1b