workaround for ant being a pile of fail

This commit is contained in:
2025-01-01 01:23:43 +02:00
parent f1d2c5f06b
commit ac1a58d8e8

View File

@@ -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"