Skip to content

Commit

Permalink
install.sh fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkpetersen committed Sep 6, 2024
1 parent da85744 commit ea87b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ install_pwalk() {
echo -e "\nInstalling third-party dependency: pwalk... "

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

Expand Down

0 comments on commit ea87b60

Please sign in to comment.