Unattended Linux Install

Hey folks,

quick question really: As I am potentially looking at hundreds of clients how can I install this unattended? We have the infrastructural means (Puppet) but the Installer Wrapper Script always asks questions. And the “–quiet” argument results in

expr: non-integer argument
expr: non-integer argument
Extraction failed.
Signal caught, cleaning up

Surely everyone out there is not deploying by hand and I am overseeing something massive here. Anyone care to nudge me in the right direction?

-Chris.

It’s e.g. /bin/sh UrBackupUpdate.sh -- silent

That worked. Thank you! :slight_smile: