Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 7240c2c

Browse files
author
Erazem Kokot
committed
Add the broadcom-wl package to the installer
1 parent d2e5418 commit 7240c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ copy_config_files() {
492492
build_system() {
493493
echo -e "Installing packages to new system ..." | log
494494
# Install fonts, fbterm, fetchmirrors etc.
495-
sudo pacman --root "${squashfs}" --cachedir "${squashfs}"/var/cache/pacman/pkg --noconfirm -Sy terminus-font acpi zsh-syntax-highlighting pacman-contrib
495+
sudo pacman --root "${squashfs}" --cachedir "${squashfs}"/var/cache/pacman/pkg --noconfirm -Sy terminus-font acpi zsh-syntax-highlighting pacman-contrib broadcom-wl
496496
sudo pacman --root "${squashfs}" --cachedir "${squashfs}"/var/cache/pacman/pkg -Sl | awk '/\[installed\]$/ {print $1 "/" $2 "-" $3}' > "${custom_iso}"/arch/pkglist.x86_64.txt
497497
sudo pacman --root "${squashfs}" --cachedir "${squashfs}"/var/cache/pacman/pkg --noconfirm -Scc
498498
sudo rm -f "${squashfs}"/var/cache/pacman/pkg/*

0 commit comments

Comments
 (0)