diff --git a/linux_make.sh b/linux_make.sh index 5169119..73fd066 100644 --- a/linux_make.sh +++ b/linux_make.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash CLOUDSCRAPER_PATH=$(python -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1) @@ -12,4 +12,4 @@ rm -rf __pycache__ rm -rf AV_Data_Capture.spec echo "[Make]Finish" -read -n 1 \ No newline at end of file +read -n 1