diff options
| author | 2025-08-19 15:09:00 -0400 | |
|---|---|---|
| committer | 2025-08-19 15:09:00 -0400 | |
| commit | 6ef7c83e19eae145e40f5d8cc9da82484546052a (patch) | |
| tree | 77540bbe027c13a620128cb358cfb411ed956fa6 /install.sh | |
| parent | v0.4.0 (diff) | |
update install script paths
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
