Files
solana/net/scripts/install-socat.sh
Rob Walker 7147f03efe tell blockexplorer to run on port 8080 (#3237)
* tell blockexplorer to run on port 8080

* forward port 80 to 5000 for a blockexplorer node
2019-03-13 07:37:28 -07:00

11 lines
149 B
Bash
Executable File

#!/usr/bin/env bash
#
# socat setup for
#
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
apt-get --assume-yes install socat