Skip to content

Commit 165c813

Browse files
committed
fix requirement script so it can run with sh
1 parent 8bacf8e commit 165c813

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

requirements.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ check_hash() {
88
echo "Hash verification success!"
99
}
1010

11-
pip_depends=(
12-
"setuptools"
13-
"requests"
14-
)
11+
pip_depends=("setuptools" "requests")
1512

1613
for d in ${pip_depends[@]}; do
1714
echo ">> Installing $d (pip)"

0 commit comments

Comments
 (0)