forked from ports/contrib
092c0d3a19
* cleaned up the version and now using the pro version since the old version dosn't appear on the site anymore * moved from /usr/share/yacy to /usr/lib/yacy, as a result if you have a existing install please move /usr/share/yacy/DATA to /usr/lib/yacy/DATA * removed alot of junk files and source code * cleaned up pre-install and README
6 lines
44 B
Bash
6 lines
44 B
Bash
#!/bin/sh
|
|
|
|
cd /usr/lib/yacy
|
|
./startYACY.sh
|
|
|