Skip to content

Commit

Permalink
debug collector again
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-c-at-moz committed Jul 22, 2024
1 parent 7e404ce commit 0168d0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions collect_executables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ echo "uname -a: ${UNAME_A}"
if [ -n "$WSL_DISTRO_NAME" ] || [[ $UNAME_A == *"MINGW"* ]]
then
SYSTEM_NAME="win"
if [[ $UNAME_A == *"x86_64"* ]]
then
BITS="64"
else
BITS="32"
fi
else
if [[ $UNAME_A == *"Darwin"* ]]
then
Expand Down Expand Up @@ -85,6 +91,7 @@ FX_LOC=$(echo "$FX_LINK_HTML" | awk -F '"' '{print $2}')

curl -O "$FX_LOC"

ls geckodriver*
mv "geckodriver*.${EXT}" "geckodriver.${EXT}"
if [[ $EXT == "zip" ]]
then
Expand Down

0 comments on commit 0168d0d

Please sign in to comment.