8 lines
279 B
Bash
8 lines
279 B
Bash
#!/usr/bin/env bash
|
|
|
|
# It isn't enough to modify this yet.
|
|
# You also need to manually update the nose-pluto.service file.
|
|
HOST="${HOST:-nose@nose-pluto.local}"
|
|
URL="${URL:-http://nose-pluto.local}
|
|
DEST="${DEST:-~/.nose}"
|
|
REPO="${REPO:-https://git.nose.space/defunkt/nose-pluto}" |