[Slackbuilds-users] [Slackbuilds-user] Teamviewer3 EULA bypass

Rich Shepard rshepard at appl-ecosys.com
Wed Oct 21 23:01:01 UTC 2020


On Wed, 21 Oct 2020, King Beowulf wrote:

> Teamviewer3 will run the EULA acceptance no matter what - there doesn't
> seem to me a command line option to automatically accept. as a result, any
> automated SBo build tools get "stuck." As my bash-fu is rudimentary,
> anyone know a good bashism to allow for automatic acceptance?

Ed,

Would 'expect' do this for you?

>From the man page:

NAME
        expect - programmed dialogue with interactive programs, Version 5

SYNOPSIS
        expect [ -dDinN ] [ -c cmds ] [ [ -[f|b] ] cmdfile ] [ args ]

INTRODUCTION
        Expect  is  a  program  that  "talks" to other interactive programs according to a
        script.  Following the script, Expect knows what can be expected  from  a  program
        and what the correct response should be.  An interpreted language provides branch‐
        ing and high-level control structures to direct the dialogue.   In  addition,  the
        user can take control and interact directly when desired, afterward returning con‐
        trol to the script.

Rich


More information about the SlackBuilds-users mailing list