Update linux_make.sh

This commit is contained in:
Wait
2020-08-22 09:32:32 +08:00
committed by GitHub
parent f2f5df33d6
commit e0677c9d24

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
CLOUDSCRAPER_PATH=$(python -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1)