From fc616a36f4f7c12e17ab83d5117ad8d98fe409ec Mon Sep 17 00:00:00 2001 From: Test Date: Thu, 16 Feb 2023 06:35:30 +0000 Subject: [PATCH] change script --- clone.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clone.sh b/clone.sh index 470f104..cee2913 100755 --- a/clone.sh +++ b/clone.sh @@ -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"