Skip to content
Snippets Groups Projects
Commit 3761229d authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

updated daily kernel urls in assemble_image.sh

parent 96a657dd
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,9 @@ cp grub_template.cfg "$workspace/part_files/boot/grub/grub.cfg"
fill_grub_config_template "$kubuntu" "KDE" "$workspace/part_files/boot/grub/grub.cfg"
fill_grub_config_template "$xubuntu" "XFCE" "$workspace/part_files/boot/grub/grub.cfg"
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.5/linux-headers-5.0.5-050005_5.0.5-050005.201903271212_all.deb
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.5/linux-image-unsigned-5.0.5-050005-generic_5.0.5-050005.201903271212_amd64.deb
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.5/linux-modules-5.0.5-050005-generic_5.0.5-050005.201903271212_amd64.deb
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-5.4.0-999_5.4.0-999.201910082202_all.deb
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-image-unsigned-5.4.0-999-generic_5.4.0-999.201910082202_amd64.deb
wget -nc -P "$workspace/part_files/" https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-modules-5.4.0-999-generic_5.4.0-999.201910082202_amd64.deb
./create_offlinerepo.sh "$workspace/part_files/archives" "$kubuntu" $(grep '^[^#]' packages | cut -d'|' -f 2)
./create_offlinerepo.sh "$workspace/part_files/archives" "$xubuntu" $(grep '^[^#]' packages | cut -d'|' -f 2)
cp packages "$workspace/part_files/packages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment