logiops icon indicating copy to clipboard operation
logiops copied to clipboard

add install.sh script

Open ghost opened this issue 4 years ago • 1 comments

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

ghost avatar Mar 30 '21 14:03 ghost

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.

Chr1s70ph avatar Feb 02 '22 09:02 Chr1s70ph