mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Merge pull request #422 from CMeza99/fix-intel-url
update intel ixgbevf url
This commit is contained in:
commit
b5a153429d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class InstallEnhancedNetworking(Task):
|
|||
from bootstrapvz.common.releases import stretch
|
||||
if info.manifest.release >= stretch:
|
||||
version = '4.2.1'
|
||||
drivers_url = 'https://downloadmirror.intel.com/18700/eng/ixgbevf-4.2.1.tar.gz'
|
||||
drivers_url = 'https://downloadmirror.intel.com/27160/eng/ixgbevf-4.2.1.tar.gz'
|
||||
else:
|
||||
version = '3.2.2'
|
||||
drivers_url = 'https://downloadmirror.intel.com/26561/eng/ixgbevf-3.2.2.tar.gz'
|
||||
|
|
Loading…
Add table
Reference in a new issue