otseca icon indicating copy to clipboard operation
otseca copied to clipboard

List dependencies

Open darukutsu opened this issue 10 months ago • 0 comments

I recommend listing somewhere(at least here in github) dependencies so user wouldn't need to read all error messages. I was running it in docker and there was no rsync nor procps preinstalled, so got bunch of errors and couldn't generate output.

Dockerfile:

#FROM debian:sid
FROM ubuntu:noble
RUN apt update && yes | apt install git procps rsync && git clone https://github.com/trimstray/otseca && cd otseca && chmod +x setup.sh && ./setup.sh install && chmod 755 /otseca/bin/otseca

Also would be cool instead of showing error:

      • exec: lsb_release -a    				[ WARN ] 
         stderr:
sed: can't read /otseca/bin/../data/output/dump.1739054990/err.log: No such file or directoryls

say rather that lsb-release not installed, but that might take burden since each distro can package it differently...

darukutsu avatar Feb 08 '25 22:02 darukutsu