The Tech Bench Upgrade script will download the latest Tech Bench Docker Container and replace the existing Container. It will also validate the Docker Compose file to make sure that all necessary containers are in place.
Run the following commands to download and run the latest update script.
# Download the latest Update Script
wget https://raw.githubusercontent.com/butcherman/Tech_Bench/master/scripts/updateTB.sh
# Make script executable
chmod +x updateTB.sh
# Run the script
./updateTB.shThe script will check for the latest version and automatically download it if available.