Install or Update TechLit System
Warning
Follow minis for computers with < 32GB drive. If you try this you will run out of storage and the process will fail.
Note
- use
lsblkto see the list of drives available. /dev/sdXand/dev/nvme0n1represent storage drives in the system.tl-xxxxis the device tag- Customize config with environment variables
Install (First time)
tl-hw-prepare /dev/sdX tl-xxxx
# Specify a version
tl-hw-prepare /dev/sdX tl-xxxx 23.3.0This will wipe the hard drive:
You will lose public storage
Update
# Update to the latest version on USB
tl-hw-update-desktop /dev/sdX
# Specify a version (Useful if you have multiple versions on USB)
tl-hw-update-desktop /dev/sdX 23.1.1You should see a screen like this once done.

Once done, simply reboot the system by running reboot or
by long pressing the power button.
Examples
- Install TechLit System on a computer with tag
tl-0606andnvme0n1as its hard drive.
tl-hw-prepare /dev/nvme0n1 tl-0606- Install TechLit System on a computer with tag
tl-0606andnvme0n1as its hard drive, setting Wi-Fi name
WIFI_NAME="TechLit Vim" tl-hw-prepare /dev/nvme0n1 tl-0606
# Or
export WIFI_NAME="TechLit Vim"
tl-hw-prepare /dev/nvme0n1 tl-0606- Update TechLit System on a computer with
/dev/sdaas the hard drive
tl-hw-update-desktop /dev/sdaNote
Unplug the USB drive immediately after rebooting to avoid booting back into the installer.