Releases: JoniVR/IntelliDock
Releases · JoniVR/IntelliDock
Intellidock 1.1.0
Installation
- Download or clone the script to 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).
To receive a notification every time the state changes, run Intellidock with the -n
parameter.
nohup ./Intellidock.sh -n > /dev/null 2>&1&
Changes from 1.0.0
- added option to receive notifcations
- refactored code and fixed a small bug
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).