workaround for ant being a pile of fail
This commit is contained in:
6
grpoppro
6
grpoppro
@@ -407,6 +407,12 @@ function openInBrowser {
|
|||||||
|
|
||||||
### Program starts here ###
|
### 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
|
# Make sure the data directory exists
|
||||||
mkdir -p "$GRPOPPRO_DATA_DIR"
|
mkdir -p "$GRPOPPRO_DATA_DIR"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user