When attempting to run sudo msikeyboard from the command line, I received the following response:
john@PC:~$ sudo msikeyboard
/usr/bin/msikeyboard: line 2: realpath: command not found
dirname: missing operand
Try 'dirname --help' for more information.
john@PC:~$ bash: /msi-keyboard-CLI.js: No such file or directory
This was done using Ubuntu Trusty Tahr (14.04).
I've solved the problem, but thought I would submit an issue for people who run across this problem in the future.
You simply need to install the realpath command, which can be done as follows on Ubuntu:
When attempting to run
sudo msikeyboard
from the command line, I received the following response:This was done using Ubuntu Trusty Tahr (14.04).
I've solved the problem, but thought I would submit an issue for people who run across this problem in the future.
You simply need to install the realpath command, which can be done as follows on Ubuntu: