dd15a9454a
* Add gateway ppa scaffolding * Resolve host ip address, add curl dep * make deb -> make ppa * Add build targets for deb packages * Add gateway public-ips * Update PPA repo * Typo
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
#DEBHELPER#
|
|
|
|
useradd nym
|
|
mkdir -p /etc/nym
|
|
chown -R nym /etc/nym
|
|
su nym -c 'NYM_HOME_DIR=/etc/nym nym-gateway init --host 0.0.0.0 --id nym-gateway --public-ips $(curl https://ipinfo.io/ip)'
|