mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
build android sketch
This commit is contained in:
@@ -15,6 +15,7 @@ https://stackoverflow.com/questions/24987542/is-there-a-link-to-github-for-downl
|
||||
)
|
||||
|
||||
def timed_main(self):
|
||||
self.log_info('Downloading the release, this may take several seconds / a few minutes.')
|
||||
_json = self.github_make_request(path='/releases')
|
||||
asset = _json[0]['assets'][0]
|
||||
self.sh.wget(asset['browser_download_url'], asset['name'])
|
||||
|
||||
Reference in New Issue
Block a user