chore: add nu in install.sh
This commit is contained in:
parent
58f2bc752d
commit
1edf76cfef
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
echo "------------------------------"
|
echo "------------------------------"
|
||||||
echo "Install nu plugins in $INSTALL_BIN_PATH ..."
|
echo "Install nu plugins in $INSTALL_BIN_PATH ..."
|
||||||
echo "------------------------------"
|
echo "------------------------------"
|
||||||
|
[ -r nu ] && cp -v nu $INSTALL_BIN_PATH
|
||||||
cp -pv nu_plugin* $INSTALL_BIN_PATH
|
cp -pv nu_plugin* $INSTALL_BIN_PATH
|
||||||
|
|
||||||
if [ -x "$INSTALL_FILE" ] ; then
|
if [ -x "$INSTALL_FILE" ] ; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue