geeks-r-us / anbox-playstore-installer

Install script that automates installation of googles playstore in anbox
MIT License
656 stars 155 forks source link

feat: use latest releasedate for opengapps #19

Closed mkg20001 closed 5 years ago

mkg20001 commented 5 years ago

Uses curl and a bit of coreutils wizardy to extract the tag_name for x86_64 latest

I could've used jq but not everyone has that installed so I went for coreutils as it's really not that complex

geeks-r-us commented 5 years ago

d384d60 includes your changes. Thx