[Bassa] Create a setup script
Bassa setup is currently scattered around multiple scripts and few manual processes. This task is a part of a larger process to the whole installation process.
Create a script named scripts/setup.sh in project root.
Pre-requisite Create a directory called scripts/debian/ and create a file as setup.sh there also, and add echo "Setting up Bassa on Debian bases Linux".
scripts/setup.sh should do the following
1) Check if the terminal has root permission. If not exit the terminal after showing message asking the user to run with root privileges
2) Find the Linux distribution of the current machine and store it in a variable
3) Check if the Linux distribution of the machine is debian, if so execute the file located in scripts/debian/setup.sh
If the Linux distribution of the machine you're testing this is not debian, you may change the script accordingly for the testing purposes.
Once done make a pull request to Bassa and submit the link here.