From 0cb74c8d98562badde01fac43103745fe172d0c5 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Sun, 10 Mar 2024 20:30:25 -0400 Subject: [PATCH] fixed version number --- scripts/server_bin/update_onlyfans.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/server_bin/update_onlyfans.sh b/scripts/server_bin/update_onlyfans.sh index 5edbf6d..40aed86 100755 --- a/scripts/server_bin/update_onlyfans.sh +++ b/scripts/server_bin/update_onlyfans.sh @@ -1,2 +1,3 @@ #!/bin/bash -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:latest 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