From 65a82c8d17b65e9d8efb3fd8313f49080d0265bd Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Mon, 11 Mar 2024 01:19:55 -0400 Subject: [PATCH] new stable version --- scripts/server_bin/update_onlyfans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server_bin/update_onlyfans.sh b/scripts/server_bin/update_onlyfans.sh index 40aed86..51ce479 100755 --- a/scripts/server_bin/update_onlyfans.sh +++ b/scripts/server_bin/update_onlyfans.sh @@ -1,3 +1,3 @@ #!/bin/bash # docker pull ghcr.io/datawhores/of-scraper:latest -docker run -it --rm --name=ofscraper -u 1000:1000 -v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data ghcr.io/datawhores/of-scraper:3.7.1 ofscraper +docker run -it --rm --name=ofscraper -u 1000:1000 -v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data ghcr.io/datawhores/of-scraper:3.8.5 ofscraper