From 015367acee2491bbf5f9d52b61126dc786ef44c7 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Wed, 17 Nov 2021 01:25:00 +0800 Subject: [PATCH] Update FreeBSD.sh --- wrapper/FreeBSD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/FreeBSD.sh b/wrapper/FreeBSD.sh index 98f25f6..e6a8629 100755 --- a/wrapper/FreeBSD.sh +++ b/wrapper/FreeBSD.sh @@ -1,4 +1,4 @@ -pkg install python38 py38-requests py38-pip py38-lxml py38-pillow py38-cloudscraper py38-pysocks git zip py38-beautifulsoup448 +pkg install python38 py38-requests py38-pip py38-lxml py38-pillow py38-cloudscraper py38-pysocks git zip py38-beautifulsoup448 py38-mechanicalsoup pip install pyquery pyinstaller pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py \ --add-data "$(python3.8 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1):cloudscraper" \