Skip to content

Instantly share code, notes, and snippets.

@TangentFoxy
Last active April 26, 2018 20:08
Show Gist options
  • Select an option

  • Save TangentFoxy/bc62891a9d7da488e7fc9da0a16f4c06 to your computer and use it in GitHub Desktop.

Select an option

Save TangentFoxy/bc62891a9d7da488e7fc9da0a16f4c06 to your computer and use it in GitHub Desktop.

Revisions

  1. TangentFoxy renamed this gist Apr 26, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. TangentFoxy revised this gist Apr 24, 2018. 1 changed file with 8 additions and 2 deletions.
    10 changes: 8 additions & 2 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,11 @@
    sudo apt-get update
    sudo apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf -y
    git clone https://github.com/shellinabox/shellinabox.git && cd shellinabox
    sudo apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf -y # duplicated because errors I encountered that were fixed by just running it again
    git clone https://github.com/shellinabox/shellinabox.git
    cd shellinabox
    autoreconf -i
    ./configure && make
    autoreconf -i # duplicated beause errors I encountered that were fixed by just running it again
    ./configure
    make
    dpkg-buildpackage -b
    dpkg -i ../shellinabox*.deb
  3. TangentFoxy created this gist Apr 24, 2018.
    5 changes: 5 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    sudo apt-get update
    sudo apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf -y
    git clone https://github.com/shellinabox/shellinabox.git && cd shellinabox
    autoreconf -i
    ./configure && make