blob: d0f7a27f6e9c62e06d47ec9b98e0334ce07d74e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/bash
set -x
MYIP=10.0.7.7.55
aptitude install liblzo2-dev tinc curl git
git clone https://github.com/makefu/shack-retiolum.git
cd shack-retiolum
./install.sh `hostname` $MYIP
|