1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 16:07:23 +01:00

docs: add xz as dependency

Add the missing dependency `xz`
This commit is contained in:
Christoph Daniel Miksche
2022-06-17 13:56:47 +02:00
committed by GitHub
parent 576f7454c1
commit 50586a33a3

View File

@@ -30,7 +30,7 @@ Uses python version 3
## Dependencies ## Dependencies
Ensure `pip3`, `setuptools`, and `wheel` dependencies are installed on the system you are running this script in. Ensure `pip3`, `setuptools`, `xz-utils` and `wheel` dependencies are installed on the system you are running this script in. (Most Linux OS like Ubuntu or Debian come with these pre-installed)
## Installation ## Installation