squash! fixup: Add to append extra repository components

Change-Id: I6879f0ba2b1198ef7ef036865254c6f24862c6f4
This commit is contained in:
Dongjin Kim
2024-12-02 12:55:08 +09:00
parent ca1cba0580
commit fbf58602e1

View File

@@ -19,7 +19,7 @@ fi
if [ ! "x@@DEFAULT_REPO_COMPONENTS@@" = "x" ]; then
for component in @@DEFAULT_REPO_COMPONENTS@@; do
cat>/etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list<<__EOF
cat>>/etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list<<__EOF
${OPTION} http://ppa.linuxfactory.or.kr @@DEFAULT_DISTRO@@ ${component}
__EOF
done