view contrib/peer2anonet/DEBIAN/configure @ 629:cf439d987f34
draft
changes to splice3 Makefile
author |
d3v11 <d3v11@d3v11.ano> |
date |
Fri, 23 Sep 2011 00:48:51 -0500 (2011-09-23) |
parents |
4964136d5043 |
children |
|
line source
#!/bin/bash
read -p "Enter your anonet network: " P2A_NET
read -p "Enter your anonet router: " P2A_ROUTE
read -p "Enter your anonet asn: " P2A_ASN
read -p "Enter your anonet ip: " P2A_IP
echo "P2A_NET=\"$P2A_NET\"" >>DEBIAN/peer2anonet/etc/peer2anonet/p2a.conf
echo "P2A_ROUTE=\"$P2A_ROUTE\"" >>DEBIAN/peer2anonet/etc/peer2anonet/p2a.conf
echo "P2A_ASN=\"$P2A_ASN\"" >>DEBIAN/peer2anonet/etc/peer2anonet/p2a.conf
echo "P2A_IP=\"$P2A_IP\"" >>DEBIAN/peer2anonet/etc/peer2anonet/p2a.conf