Skip to content

Commit

Permalink
自动同步真心包 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
power721 authored Oct 3, 2024
1 parent 36720dc commit d9e4d7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
<artifactId>java-youtube-downloader</artifactId>
<version>3.2.4</version>
</dependency>
<dependency>
<groupId>com.telegram4j</groupId>
<artifactId>telegram4j-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
</dependencies>

<build>
Expand All @@ -144,6 +149,13 @@
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>s01.oss.sonatype.org-snapshot</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ public void handleScheduleTask() {
}
}

Utils.execute("bash /downloadPg.sh");
Utils.execute("/downloadZx.sh");
Utils.execute("/downloadPg.sh");

indexService.getRemoteVersion();
}
Expand Down

0 comments on commit d9e4d7e

Please sign in to comment.