Changed nvchecker to use git source directly, as the 'github' source can hit HTTP limits
This commit is contained in:
parent
99c72c96f5
commit
bf02e9a338
|
|
@ -1,5 +1,4 @@
|
|||
[nvchecker]
|
||||
source = "github"
|
||||
github = "archlinux/archinstall"
|
||||
branch = "master"
|
||||
use_latest_release = true
|
||||
source = "git"
|
||||
url = "git@github.com:archlinux/archinstall.git"
|
||||
branch = "master"
|
||||
Loading…
Reference in New Issue