Hello,
I'd like to ask a question regarding installation of LinkServer (assuming one already has a .bin file downloaded) in an automated way - no human intervention needed.
I'm executing the following command:
./LinkServer_25.3.31.x86_64.deb.bin --accept
, but I'm still prompted with license agreement window.
From the --help it seems like it should be enough to make it accept the agreement. Below you will find output from ./LinkServer_25.3.31.x86_64.deb.bin --help command:
Makeself version 2.4.0
1) Getting help or info about ./LinkServer_25.3.31.x86_64.deb.bin :
./LinkServer_25.3.31.x86_64.deb.bin --help Print this message
./LinkServer_25.3.31.x86_64.deb.bin --info Print embedded info : title, default target directory, embedded script ...
./LinkServer_25.3.31.x86_64.deb.bin --lsm Print embedded lsm entry (or no LSM)
./LinkServer_25.3.31.x86_64.deb.bin --list Print the list of files in the archive
./LinkServer_25.3.31.x86_64.deb.bin --check Checks integrity of the archive
2) Running ./LinkServer_25.3.31.x86_64.deb.bin :
./LinkServer_25.3.31.x86_64.deb.bin [options] [--] [additional arguments to embedded script]
with following options (in that order)
--confirm Ask before running embedded script
--quiet Do not print anything except error messages
--accept Accept the license
--noexec Do not run embedded script
--keep Do not erase target directory after running
the embedded script
--noprogress Do not show the progress during the decompression
--nox11 Do not spawn an xterm
--nochown Do not give the extracted files to the current user
--nodiskspace Do not check for available disk space
--target dir Extract directly to a target directory (absolute or relative)
This directory may undergo recursive chown (see --nochown).
--tar arg1 [arg2 ...] Access the contents of the archive through the tar command
-- Following arguments will be passed to the embedded script
I'm wondering if I'm doing something wrong or the LinkServer CLI is faulty.
While I'm at the topic of tools and automation, are you planning on adding a docker image for LinkServer tool or similar?
Best regards,
Michael