setup/clone/clone.conf

10 lines
174 B
Plaintext
Raw Normal View History

2017-01-25 16:01:26 +00:00
#!/bin/sh
2017-01-22 19:30:21 +00:00
# WIFI SETTINGS
export WIFI_SSID="freeboxma";
export WIFI_PASS=" manon adrien ";
2017-01-23 14:27:54 +00:00
# SERVER SETTINGS
export SERVER_HOSTNAME="xdrm.io";
export SERVER_USERNAME="gw";