mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-22 11:12:34 +01:00
Use regular list to make it actually work
This commit is contained in:
parent
55b8b51e51
commit
f0f33d394c
@ -50,8 +50,10 @@ mkdir -p /etc/holoinstall/post_install/kernels
|
||||
wget $(pacman -Sp win600-xpad-dkms) -P /etc/holoinstall/post_install/pkgs_addon
|
||||
wget $(pacman -Sp linux-firmware-neptune) -P /etc/holoinstall/post_install/pkgs_addon
|
||||
|
||||
kernels=$(cat /etc/holoinstall/post_install/kernel_list.bootstrap)
|
||||
|
||||
# Download Kernels
|
||||
for kernel in $(cat /etc/holoinstall/post_install/kernel_list.bootstrap)
|
||||
for kernel in $kernels
|
||||
do
|
||||
wget $(pacman -Sp $kernel) -P /etc/holoinstall/post_install/kernels
|
||||
done
|
||||
|
@ -1,4 +1 @@
|
||||
linux-neptune
|
||||
linux-neptune-headers
|
||||
core-main/linux-lts
|
||||
core-main/linux-lts-headers
|
||||
linux-neptune linux-neptune-headers core-main/linux-lts core-main/linux-lts-headers
|
Loading…
Reference in New Issue
Block a user