File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Dima Krasner (dima@dimakrasner.com)
22khanku (francois@chavant.info)
33Shawn (creoflux@gmail.com)
4+ Tobias Bengtsson (bo.tobias.bengtsson@gmail.com)
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ create_image() {
7272if [ " $CI " = true ]
7373then
7474 minor=` wget -q -O- http://linux-libre.fsfla.org/pub/linux-libre/releases/LATEST-$KVER .N/ | grep -F patch-$KVER -gnu | head -n 1 | cut -f 9 -d . | cut -f 1 -d -`
75- [ ! -f dl/linux-libre-$KVER -gnu.tar.xz ] && wget -O dl/linux-libre-$KVER -gnu.tar.xz http://linux-libre.fsfla.org/pub/linux-libre/releases/LATEST-4.9 .0/linux-libre-$KVER -gnu.tar.xz
75+ [ ! -f dl/linux-libre-$KVER -gnu.tar.xz ] && wget -O dl/linux-libre-$KVER -gnu.tar.xz http://linux-libre.fsfla.org/pub/linux-libre/releases/LATEST-$KVER .0/linux-libre-$KVER -gnu.tar.xz
7676 [ ! -f dl/patch-$KVER -gnu-$KVER .$minor -gnu ] && wget -O- https://www.linux-libre.fsfla.org/pub/linux-libre/releases/LATEST-$KVER .N/patch-$KVER -gnu-$KVER .$minor -gnu.xz | xz -d > dl/patch-$KVER -gnu-$KVER .$minor -gnu
7777 [ ! -f dl/ath9k_htc_do_not_use_bulk_on_ep3_and_ep4.patch ] && wget -O dl/ath9k_htc_do_not_use_bulk_on_ep3_and_ep4.patch https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/? id=2b721118b7821107757eb1d37af4b60e877b27e7
7878 [ ! -f dl/hosts ] && wget -O- https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts | grep ^0\. 0\. 0\. 0 | awk ' {print $1" "$2}' | grep -F -v " 0.0.0.0 0.0.0.0" > dl/hosts
You can’t perform that action at this time.
0 commit comments