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.
Command List
Section titled “Command List”Here are the terminal operations in the root truckers-tool-linux/ folder that you can input:
| Shell Argument | System Job Description |
|---|---|
./ttl.sh install | Forces reinstallation/download of node modules via npm install |
./ttl.sh setup | Requests interactive User Prompts to create settings.yml (Server Port & IP) |
./ttl.sh start | Runs the application in production (Automatically paired using PM2 Daemon Manager) |
./ttl.sh stop | Force stops the PM2 background application |
./ttl.sh update | Checks and executes pulling version updates (Git Pull) of the newest release from Github |
./ttl.sh node | Fixes and automatically installs specific NodeJS V20 libraries via NVM if broken |