fixup: add 'non-free-firmware' repository for Debian

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ia7814946ab1dd24f928fd30b85a6d3a6061fcdfe
This commit is contained in:
Dongjin Kim
2024-05-22 12:26:19 +09:00
parent eb32064c8a
commit 6dcb047db6

View File

@@ -11,3 +11,9 @@ if [ "x@@INTERNAL@@" = "xtrue" ]; then
deb [trusted=yes] http://ppa.linuxfactory.or.kr @@DEFAULT_DISTRO@@ internal
__EOF
fi
if [ "x@@OSNAME@@" = "xdebian" ]; then
cat>>/etc/apt/sources.list<<__EOF
deb http://deb.debian.org/debian @@DEFAULT_DISTRO@@ non-free-firmware
__EOF
fi