Created
September 13, 2020 04:26
-
-
Save ajaysuwalka/20aef70964e339b3c2d04541d0b59ed6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download BS Binary and store to | |
wget -q https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip && \ | |
unzip BrowserStackLocal-linux-x64.zip && \ | |
rm BrowserStackLocal-linux-x64.zip && \ | |
chmod +x BrowserStackLocal && \ | |
mv ./BrowserStackLocal /usr/local/BrowserStackLocal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment