From 72e04ddce137a883f1a4b9f23bf22449fb5c033a Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 3 Feb 2025 21:38:55 +0200 Subject: [PATCH] [skip ci] I'll fix the build monday --- grpoppro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grpoppro b/grpoppro index 9b8ffac..d64cdad 100755 --- a/grpoppro +++ b/grpoppro @@ -67,7 +67,7 @@ function curlRequest { if [[ "$GRPOPPRO_DEBUG" == "off" ]]; then if [[ "$OSTYPE" == "linux-gnu" ]]; then - response="$(curl_ff117 -s -L \ + response="$(curl_chrome100 -s -L \ -c"$GRPOPPRO_COOKIE_FILE" \ -b"$GRPOPPRO_COOKIE_FILE" \ "$url" \ @@ -101,7 +101,7 @@ function curlRequest { if [[ "$OSTYPE" == "linux-gnu" ]]; then LOG_FILE="/tmp/grpoppro_curl_commands.log" local curl_command=( - "curl_ff117" + "curl_chrome100" "-s" "-L" "-c$GRPOPPRO_COOKIE_FILE" @@ -622,7 +622,7 @@ fi # Ensure curl-impersonate is installed if [[ "$OSTYPE" == "linux-gnu" ]]; then - if ! command -v curl-impersonate-ff >/dev/null 2>&1; then + if ! command -v curl-impersonate-chrome >/dev/null 2>&1; then message "You should get curl-impersonate to make it seem less obvious you use curl" exit 0 fi