diff options
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -51,7 +51,12 @@ rm premake.tar.gz premake5 gmake make -cp -rf ./.lush ~/ +if [ ! -d ~/.lush ]; then + cp -rf ./.lush ~/ +fi + +# always update example +cp -f ./.lush/scripts/example.lua ~/.lush/scripts/example.lua # Install the new shell binary to a temporary location sudo cp ./bin/Debug/lush/lush /usr/bin/lush.new |
