Neporadi nekdo kde delam chybu?
cd ~/Install;
curl --doh-url https://odvr.nic.cz/doh -kLO https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20220708.tar.gz
curl --doh-url https://odvr.nic.cz/doh -kLO https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-
Tady vsechno funguje,
ale kdyz se pokusim vybalit z archivu "linux-firmware-20220708.tar.gz" a adresare "linux-firmware-20220708/*.*" vsechno do adresare /lib/firmware/ tak to proste nefunguje
sudo tar -xzf linux-firmware-20220708.tar.gz --wildcards linux-firmware-20220708/*.* --directory=/lib/firmware/ --verbose
koukal jsem do man tar, ale nic jsem tam nenasel
-x, --extract, --get
Extract files from an archive. Arguments are optional. When given, they specify names of the archive members to be extracted.
-z, --gzip, --gunzip, --ungzip
Filter the archive through gzip(1).
-f, --file=ARCHIVE
Use archive file or device ARCHIVE. If this option is not given, tar will first examine the environment variable `TAPE'. If it is set, its value will be used as the archive name. Otherwise, tar will assume the compiled-in default. The default value can be in‐
spected either using the --show-defaults option, or at the end of the tar --help output.
-C, --directory=DIR
Change to DIR before performing any operations. This option is order-sensitive, i.e. it affects all options that follow.
--wildcards
Use wildcards (default for exclusion).
--wildcards-match-slash
Wildcards match / (default for exclusion).
-v, --verbose
Verbosely list files processed. Each instance of this option on the command line increases the verbosity level by one. The maximum verbosity level is 3. For a detailed discussion of how various verbosity levels affect tar's output, please refer to GNU Tar Man‐
ual, subsection 2.5.1 "The --verbose Option".