chore: add nu in install.sh

This commit is contained in:
Jesús Pérez 2025-06-27 05:55:31 +01:00
parent 58f2bc752d
commit 1edf76cfef
No known key found for this signature in database

View File

@ -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