Update with a USB Drive

Distribute Updates with a USB Drive

What is this guide for?
Once you have downloaded updates to one computer, you can use a USB drive to transfer them to other offline machines.

1. Prepare the USB Drive

First, sync the latest components from your local machine to the USB drive. This command copies the admin and desktop components, which are the most common ones needed for a USB update.

# List connected drives to identify your USB
lsblk

# Run the sync command (replace /dev/sdX with your USB device)
tl-usb-update-components /dev/sdX

2. Update Another Computer

Once the USB is prepared, you can use it to update another computer’s desktop OS.

Launch the USB Updater

  1. Insert the prepared USB drive into the destination computer.
  2. Open the application menu and search for “Manage Components”.
  3. In the application, select Update → Update Desktop (Using USB).
  4. Choose your USB drive from the list that appears.

Select this
Components Manager

Complete the Update

The system will handle the update process automatically. Once it is finished, press Y to reboot the computer, or reboot it manually.

Manually Installing from USB

You can also install components manually from the USB.

  1. Mount the USB drive.
  2. The components will be available in the /mnt directory (e.g., /mnt/admin, /mnt/desktop).
  3. Follow the standard installation guide using the files from the /mnt path.