comparison scripts/install.sh @ 1971:c691cf51c2a7 default tip

build fix
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 12 Jun 2025 17:05:37 -0600
parents 750a1d74d3c1
children
comparison
equal deleted inserted replaced
1970:750a1d74d3c1 1971:c691cf51c2a7
6 mkdir -p /usr/local/bin 6 mkdir -p /usr/local/bin
7 7
8 cat >/usr/local/bin/luan <<End 8 cat >/usr/local/bin/luan <<End
9 #!/bin/bash 9 #!/bin/bash
10 10
11 "$(pwd)/luan.sh" "\$@" 11 source "$(pwd)/luan.sh" "\$@"
12 End 12 End
13 13
14 chmod +x /usr/local/bin/luan 14 chmod +x /usr/local/bin/luan
15 15
16 echo "the command 'luan' has been installed" 16 echo "the command 'luan' has been installed"