Last active
April 26, 2018 20:08
-
-
Save TangentFoxy/bc62891a9d7da488e7fc9da0a16f4c06 to your computer and use it in GitHub Desktop.
Revisions
-
TangentFoxy renamed this gist
Apr 26, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
TangentFoxy revised this gist
Apr 24, 2018 . 1 changed file with 8 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal 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 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 autoreconf -i # duplicated beause errors I encountered that were fixed by just running it again ./configure make dpkg-buildpackage -b dpkg -i ../shellinabox*.deb -
TangentFoxy created this gist
Apr 24, 2018 .There are no files selected for viewing
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 charactersOriginal 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