Skip to content

Commit ea87b60

Browse files
committed
install.sh fixes
1 parent da85744 commit ea87b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ install_pwalk() {
322322
echo -e "\nInstalling third-party dependency: pwalk... "
323323

324324
if ! curl -s --head https://github.com | grep "HTTP/2 200" > /dev/null; then
325-
echo "rclone downloads page https://downloads.rclone.org is not reachable. Please check your firewall settings."
325+
echo "Pwalk downloads page https://github.com is not reachable. Please check your firewall settings."
326326
exit 1
327327
fi
328328

0 commit comments

Comments
 (0)