Skip to content

Commit 0d39f6c

Browse files
committed
watch executable version in linux
1 parent 438f6a7 commit 0d39f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collect_executables.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ then
77
curl -o Firefox.dmg -L "$(pipenv run python collect_executables.py)"
88
hdiutil attach Firefox.dmg
99
else
10+
pipenv run python collect_executables.py
1011
curl -o firefox.tar.xz -L "$(pipenv run python collect_executables.py)"
1112
tar xf firefox.tar.xz
1213
fi

0 commit comments

Comments
 (0)