|
Home > Archive > Unix Shell > February 2007 > jre installation with automatic acceptance of license agreement
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
jre installation with automatic acceptance of license agreement
|
|
|
| Hi,
I would need to install jre without stopping on the license agreement.
I know that I can skip the license reading by hitting q and then yes
after starting the installation. This works fine for manual
installation.
Can anybody help and tell me how to deliver this <q> and <yes>
to went through the instalation without stopping on license agreement?
Thank you.
gad
| |
| Bill Marcum 2007-02-20, 1:17 pm |
| On 20 Feb 2007 09:46:20 -0800, gad
<m_hroudny@hotmail.com> wrote:
>
>
> Hi,
> I would need to install jre without stopping on the license agreement.
> I know that I can skip the license reading by hitting q and then yes
> after starting the installation. This works fine for manual
> installation.
> Can anybody help and tell me how to deliver this <q> and <yes>
> to went through the instalation without stopping on license agreement?
> Thank you.
> gad
>
{ echo q; echo yes; } | installscript
--
Ah, the Tsar's bazaar's bizarre beaux-arts!
| |
|
| Thanks a lot, this really helped.
Bill Marcum nap=EDsal(a):
> On 20 Feb 2007 09:46:20 -0800, gad
> <m_hroudny@hotmail.com> wrote:
> { echo q; echo yes; } | installscript
>
>
> --
> Ah, the Tsar's bazaar's bizarre beaux-arts!
|
|
|
|
|