Add 'git' to required development tools installation

This commit is contained in:
Lluciocc
2026-05-12 19:17:00 +02:00
committed by GitHub
parent 5e3ba70730
commit 1655f1cf22

View File

@@ -120,7 +120,7 @@ Repeat until no further updates are available.
Install the required development tools: Install the required development tools:
```bash ```bash
pacman -S make nasm xorriso pacman -S make nasm xorriso git
``` ```
--- ---