geeks-r-us / anbox-playstore-installer

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

Changed Variable #18

Closed guylamar2006 closed 5 years ago

guylamar2006 commented 5 years ago

Changed $OPENGAPPS_RELEASEDATE variable to automatically get system date so the gapps are recent.

geeks-r-us commented 5 years ago

Nice idea but my test today gave me the following URL: https://github.com/opengapps/x86_64/releases/download/20181218/open_gapps-x86_64-7.1-mini-20181218.zip which ends in a file with a "Not Found" content

iuridiniz commented 5 years ago

I think you could use UTC dates (date -u)

geeks-r-us commented 5 years ago

The matter is this script only works on date of release and not on the other days. simple hack is to count down days till it hits an existing file. But a look up would be better

geeks-r-us commented 5 years ago

done with d384d60