04-23-2018, 05:50 AM
(04-23-2018, 01:40 AM)Onionhead Wrote: I am trying to install Spotify using the instructions provided on Moode4.0. Everything was going fine until this section. vim: command not found. Any suggestions would be appreciated. Thanks
pi@moode:~/spotify $ vim spotify-connect.sh
-bash: vim: command not found
Vim is probably not installed
To install:
Code:
sudo apt install vim
Or use nano
Code:
pi@moode:~/spotify $ nano spotify-connect.sh