logiops
logiops copied to clipboard
add install.sh script
Automates the install so the user doesn't have to do everything manually. Just has to run sudo bash install.sh or chmod +x install.sh && ./install.sh
There are several things that would need to be changed, before this is merged. I see you are running apt, but this does not work on arch(-based) distros. Also the usage of sleep only slows down the time it takes to install artificially, which only wastes time.