fixed license echo

This commit is contained in:
Waffelo 2025-04-18 16:17:08 +02:00
parent c7a0420970
commit f4f18cfc3d

View file

@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctypE html>
<html> <html>
<head> <head>
<title>Encrypted Gentoo install</title> <title>Encrypted Gentoo install</title>
@ -273,7 +273,7 @@ export PS1="(chroot) ${PS1}"</pre>
<br> <br>
<p><u>Only with @FREE ACCEPT_LICENSE option:</u> Adding license of the package to portage config. </p> <p><u>Only with @FREE ACCEPT_LICENSE option:</u> Adding license of the package to portage config. </p>
<p class="cdblk">echo "linux-fw-redistributable license(s)" &gt;&gt; /etc/portage/package.license/package.license</p> <p class="cdblk">echo "sys-kernel/linux-firmware linux-fw-redistributable license(s)" &gt;&gt; /etc/portage/package.license/package.license</p>
<br> <br>
<p>And then you just install the package.</p> <p>And then you just install the package.</p>
<p class="cdblk">emerge sys-kernel/linux-firmware</p> <p class="cdblk">emerge sys-kernel/linux-firmware</p>