Closed lahorenc closed 2 years ago
Have you tried what the README says ? Three lines to install :
git clone https://github.com/dougy147/mcbash
cd mcbash
sudo make install
Then, the script is pretty self-explanatory/user-friendly, so launching mcbash
will guide you to what you want.
If you get any error during the install process, keep me informed!
Yes, not work. Problem with make install... need to do first: $sudo apt install make
Great, so fixed issue!
So for anyone with a Debian-like OS coming across this issue : be sure to install make
dependancy with sudo apt install make
before running the install.
Yes but you get advice to do so in terminal
Hi Can you explain how to install and start this script on Ubuntu 20.04?