Skip to content

Script Commands (CLI)

The bash Shell installer script ttl.sh is the gateway foundation for Truckers Tool Linux application setup since you are playing on a native Linux platform.

Here are the terminal operations in the root truckers-tool-linux/ folder that you can input:

Shell ArgumentSystem Job Description
./ttl.sh installForces reinstallation/download of node modules via npm install
./ttl.sh setupRequests interactive User Prompts to create settings.yml (Server Port & IP)
./ttl.sh startRuns the application in production (Automatically paired using PM2 Daemon Manager)
./ttl.sh stopForce stops the PM2 background application
./ttl.sh updateChecks and executes pulling version updates (Git Pull) of the newest release from Github
./ttl.sh nodeFixes and automatically installs specific NodeJS V20 libraries via NVM if broken