Intellidock 1.0.0
Installation
- Save the script
Intellidock.sh
to a location of your choice on your computer - Open a terminal window, navigate to the location where you saved the file (
cd /<folder>/
) - Run
chmod u+x Intellidock.sh
to allow the user to run the script - Run the script in the background
nohup ./Intellidock.sh > /dev/null 2>&1&
- Optionally set the script to run at startup (see this link).