From 1edf76cfefa7f8a5245e814bfaaee2da1099673e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Fri, 27 Jun 2025 05:55:31 +0100 Subject: [PATCH] chore: add nu in install.sh --- distribution/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/distribution/install.sh b/distribution/install.sh index a7fb604..6e54402 100755 --- a/distribution/install.sh +++ b/distribution/install.sh @@ -9,6 +9,7 @@ echo "------------------------------" echo "Install nu plugins in $INSTALL_BIN_PATH ..." echo "------------------------------" +[ -r nu ] && cp -v nu $INSTALL_BIN_PATH cp -pv nu_plugin* $INSTALL_BIN_PATH if [ -x "$INSTALL_FILE" ] ; then