0

I am creating a bash script for my home pc. All other installs are ok but wine1.7 and oracle-java-8-installer are prompting for an 'ok' or 'accept'. How do I avoid this? I am installing from ppa's

FixXxeR
  • 276

1 Answers1

1
sudo add-apt-repository ppa:(Your ppa here) -y

Put the above thing in your script.

Jay T.
  • 264