4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
echo Using release tarball downloaded from GitHub
|
||
|
./configure --listener=systemd --gopherroot=/srv/gopher
|