change script

This commit is contained in:
Test 2023-02-16 06:35:30 +00:00
parent 9d8423f324
commit fc616a36f4
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Get release 0.25.0
TAG_1="0.25.0"
wget "https://github.com/TeamNewPipe/NewPipe/archive/refs/tags/v$TAG.zip" -O "np.zip"
wget "https://github.com/TeamNewPipe/NewPipe/archive/refs/tags/v$TAG_1.zip" -O "np.zip"
# Get Commit "7e793c1"
TAG_2="7e793c11aec46358ccbfd8bcfcf521105f4f093a"
wget "https://github.com/TeamNewPipe/NewPipeExtractor/archive/$TAG.zip" -O "npe.zip"
wget "https://github.com/TeamNewPipe/NewPipeExtractor/archive/$TAG_2.zip" -O "npe.zip"
# unzip
unzip "np.zip"