From e0677c9d244d86a5c0ccc6d2c102a4c77ab2f1bf Mon Sep 17 00:00:00 2001 From: Wait Date: Sat, 22 Aug 2020 09:32:32 +0800 Subject: [PATCH] Update linux_make.sh --- linux_make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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