dougy147 / mcbash

bash script to find valid MAC addresses on some IPTV platform
GNU General Public License v3.0
89 stars 34 forks source link

Install and setup script on Ubuntu #1

Closed lahorenc closed 2 years ago

lahorenc commented 2 years ago

Hi Can you explain how to install and start this script on Ubuntu 20.04?

dougy147 commented 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!

lahorenc commented 2 years ago

Yes, not work. Problem with make install... need to do first: $sudo apt install make

dougy147 commented 2 years ago

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.

kalenderfamily commented 1 year ago

Yes but you get advice to do so in terminal