We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a34ba commit 1a4f4a6Copy full SHA for 1a4f4a6
install.sh
@@ -58,6 +58,6 @@ echo $MENU_VERSION > /etc/nsk/version
58
59
cp $temp_dir/*/nsk.sh /usr/bin/nsk
60
chmod u+x /usr/bin/nsk
61
-ln -s /usr/bin/nsk /usr/bin/n
+[ -f "/usr/bin/n" ] || ln -s /usr/bin/nsk /usr/bin/n
62
63
echo 'nsk and n command is available'
0 commit comments