aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar Lance Borden 2025-08-19 15:09:00 -0400
committerGravatar Lance Borden 2025-08-19 15:09:00 -0400
commit6ef7c83e19eae145e40f5d8cc9da82484546052a (patch)
tree77540bbe027c13a620128cb358cfb411ed956fa6 /install.sh
parentv0.4.0 (diff)
update install script paths
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 3 insertions, 3 deletions
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