From ac1a58d8e8b8d280c75912e359e57dbfbc9e6c7f Mon Sep 17 00:00:00 2001 From: konsthol Date: Wed, 1 Jan 2025 01:23:43 +0200 Subject: [PATCH] workaround for ant being a pile of fail --- grpoppro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/grpoppro b/grpoppro index 77a1819..f2e8e76 100755 --- a/grpoppro +++ b/grpoppro @@ -407,6 +407,12 @@ function openInBrowser { ### Program starts here ### +# Ensure curl-impersonate is installed +if ! command -v curl-impersonate-ff >/dev/null 2>&1; then + message "You should get curl-impersonate to make it seem less obvious you use curl" + exit 0 +fi + # Make sure the data directory exists mkdir -p "$GRPOPPRO_DATA_DIR"