1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Update .travis.yml

This commit is contained in:
Christian Bremvåg 2020-01-05 06:51:05 +01:00 committed by GitHub
parent 259dbca12b
commit 588c3dc36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: c
compiler: gcc
sudo: required
dist: eoan
dist: disco
before_install:
- export ALL_DEB=$(wget --quiet -O - ${KERNEL_URL}v${KVER}/ | grep -o 'href=".*"' | grep -m1 all | cut -d '"' -f 2)