Skip to content
This repository was archived by the owner on Mar 17, 2019. It is now read-only.

Commit 6656e8e

Browse files
committed
try python script without calling python3
1 parent 5f6af4b commit 6656e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function get_source()
2727
mkdir "./src/"
2828

2929
# get source links and filenames
30-
cmd="python3 ./get_source.py -d -u http://arduino.esp8266.com/staging/package_esp8266com_index.json"
30+
cmd="./get_source.py -d -u http://arduino.esp8266.com/staging/package_esp8266com_index.json"
3131

3232
# execute command
3333
res=`$cmd`

0 commit comments

Comments
 (0)