From 698229a3f8058f066cc354d5d8f7a8ba429191b2 Mon Sep 17 00:00:00 2001 From: Adam Radovits Date: Mon, 27 Aug 2018 20:04:16 +0000 Subject: [PATCH] Small npm fix --- INSTALL/opensuse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/opensuse.sh b/INSTALL/opensuse.sh index 6575ffa7..f81e4f64 100644 --- a/INSTALL/opensuse.sh +++ b/INSTALL/opensuse.sh @@ -44,7 +44,7 @@ read ffmpeginstall if [ "$ffmpeginstall" = "y" ] || [ "$ffmpeginstall" = "Y" ]; then # Without nodejs8 package we can't use npm command if [ "$NODEJSINSTALL" -eq "1" ]; then - echo "Shinobi - Do you want to Install FFMPEG with `zypper --version` or download a static version provided with `npm --version`?" + echo "Shinobi - Do you want to Install FFMPEG with `zypper --version` or download a static version provided with npm `npm --version`?" echo "(z)ypper or (N)pm" echo "Press [ENTER] for default (npm)" read ffmpegstaticinstall