diff --git a/pom.xml b/pom.xml index 46136bf07a..d6a2d7c7a9 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,11 @@ java-youtube-downloader 3.2.4 + + com.telegram4j + telegram4j-core + 0.1.0-SNAPSHOT + @@ -144,6 +149,13 @@ jitpack https://jitpack.io + + s01.oss.sonatype.org-snapshot + https://s01.oss.sonatype.org/content/repositories/snapshots + + true + + diff --git a/src/main/java/cn/har01d/alist_tvbox/service/AccountService.java b/src/main/java/cn/har01d/alist_tvbox/service/AccountService.java index 27fef50964..b0b9a255b6 100644 --- a/src/main/java/cn/har01d/alist_tvbox/service/AccountService.java +++ b/src/main/java/cn/har01d/alist_tvbox/service/AccountService.java @@ -341,7 +341,8 @@ public void handleScheduleTask() { } } - Utils.execute("bash /downloadPg.sh"); + Utils.execute("/downloadZx.sh"); + Utils.execute("/downloadPg.sh"); indexService.getRemoteVersion(); }