doc: simplify installation command

Many people reported problems with the installation command, most of
them had typos, understandable due to the long command. Tar is available
even on minimal templates. Using tar is not more dangerous than using
qfile-unpacker in this case because the project has no signed archives
and passing a directory to dom0 is insecure, considering a git repo, an
attacker could find information in the .git directory or modify files
and add them to git exclude, which won't be noticed when verifying the
commit signature.

In the future, if a signed tarball were to be provided, qvm-run and pipe
would be used instead, making the command even simpler.
This commit is contained in:
Ben Grande 2025-01-08 14:38:48 +01:00
parent f196e2f492
commit a02997b89e
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
3 changed files with 39 additions and 15 deletions

View file

@ -54,6 +54,10 @@ test "${xtrace}" = 0 || set -x
for file in ${files}; do
test "${xtrace}" = 0 || set -x
case "${file}" in
.reuse/dep5) continue;;
*) ;;
esac
file="${file#./}"
set +x
awk -v year="${year}" -v email="${email}" -v file="${file}" -- '