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

2020-10-28 Thread King Beowulf
On 10/27/20 10:16 PM, B Watson wrote: > On 10/21/20, 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. > > Is this network/TeamSpeak3? I don't see a Teamviewer3 in the repo... Yes. I'm

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

2020-10-27 Thread B Watson
On 10/21/20, 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. Is this network/TeamSpeak3? I don't see a Teamviewer3 in the repo... ___

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

2020-10-27 Thread Dave Woodfall
On 28/10/20 00:01, B Watson put forth the proposition: > On 10/23/20, Dave Woodfall wrote: > > > > I must admit that I'm a bit uncomfortable with this, and I wouldn't > > want anything to backfire on SBo for hosting it. In my mind it's no > > worse than having to download jdk etc. source

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

2020-10-27 Thread B Watson
On 10/23/20, Dave Woodfall wrote: > > I must admit that I'm a bit uncomfortable with this, and I wouldn't > want anything to backfire on SBo for hosting it. In my mind it's no > worse than having to download jdk etc. source manually to build it. > > Just because it's an inconvenience for build

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

2020-10-27 Thread King Beowulf
On 10/24/20 1:13 AM, Matteo Bernardini wrote: > As for me I agree with your points and with your proposed solution. > > Il sab 24 ott 2020, 01:30 Dave Woodfall > ha scritto: > > > I must admit that I'm a bit uncomfortable with this, and I wouldn't > want

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

2020-10-24 Thread Matteo Bernardini
As for me I agree with your points and with your proposed solution. Il sab 24 ott 2020, 01:30 Dave Woodfall ha scritto: > > I must admit that I'm a bit uncomfortable with this, and I wouldn't > want anything to backfire on SBo for hosting it. In my mind it's no > worse than having to download

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

2020-10-23 Thread Jude DaShiell
On Fri, 23 Oct 2020, King Beowulf wrote: > Date: Fri, 23 Oct 2020 19:21:04 > From: King Beowulf > Reply-To: SlackBuilds.org Users List > To: slackbuilds-users@slackbuilds.org > Subject: Re: [Slackbuilds-users] [Slackbuilds-user] Teamviewer3 EULA bypass > > On 10/21/20

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

2020-10-23 Thread Dave Woodfall
On 23/10/20 16:21, King Beowulf put forth the proposition: > On 10/21/20 4:01 PM, Rich Shepard wrote: > > 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

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

2020-10-23 Thread King Beowulf
On 10/21/20 4:01 PM, Rich Shepard wrote: > 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

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

2020-10-22 Thread Tim Dickson via SlackBuilds-users
another method that might work isĀ  a simple pipe. echo -e "y\n"|teamviewerscript assuming teamviewerscript is the program that asks for eula acceptance. (and expects a "y" ) On 21/10/2020 23:34, King Beowulf wrote: Hello Teamviewer3 will run the EULA acceptance no matter what - there

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

2020-10-21 Thread Rich Shepard
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

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

2020-10-21 Thread King Beowulf
Hello 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? Thanks.