Run apt in noninteractive mode in custom scripts
[fai-configs.git] / scripts / FSF / 10_get_extras.sh
index 8803befc2c6151d655ef6d796acfffa1a503063a..461f012349ddfd1903a4aed9eb918ab11af13052 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
 
-$ROOTCMD apt-get update
-$ROOTCMD apt-get install spd-perl
\ No newline at end of file
+export DEBIAN_FRONTEND=noninteractive
+
+$ROOTCMD apt-get -y --force-yes update
+$ROOTCMD apt-get -y --force-yes install spd-perl