Skip to content

Commit

Permalink
Update rathole.sh
Browse files Browse the repository at this point in the history
fix core path
  • Loading branch information
Musixal authored Jul 22, 2024
1 parent 8962a2e commit 96b2223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rathole.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ download_and_extract_rathole() {
exit 1
fi
if [[ "$ARCH" == "x86_64" ]]; then
DOWNLOAD_URL='https://github.com/Musixal/rathole-tunnel/raw/main/rathole.zip'
DOWNLOAD_URL='https://github.com/Musixal/rathole-tunnel/raw/main/core/rathole.zip'
fi

if [ -z "$DOWNLOAD_URL" ]; then
Expand Down

0 comments on commit 96b2223

Please sign in to comment.