Skip to content

Instantly share code, notes, and snippets.

@nu11secur1ty
Forked from mikesmullin/chromedriver.sh
Created March 29, 2016 07:02
Show Gist options
  • Select an option

  • Save nu11secur1ty/ef23b2a25c800ec95cd9 to your computer and use it in GitHub Desktop.

Select an option

Save nu11secur1ty/ef23b2a25c800ec95cd9 to your computer and use it in GitHub Desktop.

Revisions

  1. @mikesmullin mikesmullin revised this gist May 8, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions chromedriver.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    sudo apt-get install unzip
    wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/
    sudo apt-get install unzip;
    wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/;
  2. @mikesmullin mikesmullin revised this gist May 8, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion chromedriver.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    sudo apt-get install unzip # just in case
    sudo apt-get install unzip
    wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/
  3. @mikesmullin mikesmullin revised this gist May 8, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion chromedriver.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    sudo apt-get install unzip # just in case
    wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/chromedriver
    wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/
  4. @mikesmullin mikesmullin revised this gist May 8, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions chromedriver.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,2 @@
    sudo apt-get install unzip # just in case
    wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/chromedriver
  5. @mikesmullin mikesmullin created this gist May 8, 2012.
    1 change: 1 addition & 0 deletions chromedriver.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/chromedriver