Unable to locate package cronic
Facer66 opened this issue · 5 comments
your installer used on debian 8 ends with: Unable to locate package cronic
Good point, haven't tested on debian lately, cronic doesn't seem to be available from the main repo on debian 8, only 9 and later. Since it's just a shell script, it's a quick fix, i'll look into this tomorrow. Thanks for the report!
In Debian 8 it is included in the package: --moreutils
@Facer66 Thanks for the tip, to be on the safe side for other distros I've just curled it from the dev's website. Please remove the existing raptor directory, re-clone, and re-install with:
bash raptor/setup -be
The -b
argument will use the bleeding-edge bash-functions which underly the project, and the -e
argument will use bleeding-edge raptor therefore not requiring cronic to be installed via apt. Let me know if this works for you. If it does I'll include this fix in the next stable release of both of course. Thanks!
Yes the install ran without any issue. Issue solved. Thx
Awesome thanks