TZupdater failing with tzdata2016g release

后端 未结 2 1781
慢半拍i
慢半拍i 2021-01-12 01:19

TZUpdater 2.1.0 is failing with tzdata2016g release. For Java 8 it fails with \"Source directory does not contain file: VERSION\" error, while it completes with \"JRE update

2条回答
  •  萌比男神i
    2021-01-12 01:55

    oneliner for the lazy ones:

     curl https://github.com/anlcan/tzupdate/raw/master/tzupdate.zip -o tzup.zip && unzip tzup.zip && cd tzup && sh run.sh
    

    tzupdate.zip file contains the tzdata2016g.tar.gz, the correct hash tzdata2016g.tar.gz.sha512 and the script with the java tzupdate command. You can find the zip file here: https://github.com/anlcan/tzupdate .

提交回复
热议问题