# Install Tilt-Five Linux Drivers on Debian
Use the same technique as:
=> ../o3de/repackage-o3de.gmi Repackage O3DE v23.05.1 for Debian Bookworm
This time we need to replace 'update-notifier-common' with 'apt-config-auto-update' in the control file.
Once it's installed, we want to auto-start the tilt-five service:
```
sudo systemctl enable tilt-five.service
```