Browse Source

urweb installation: call 'apt-get' so that it doesn't wait for keyboard confirmation

Adam Chlipala 9 years ago
parent
commit
d9ef306674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Ur/urweb/setup.sh

+ 1 - 1
frameworks/Ur/urweb/setup.sh

@@ -5,7 +5,7 @@ COMPILER=${IROOT}/urweb
 
 RETCODE=$(fw_exists ${COMPILER}.installed)
 [ "$RETCODE" == 0 ] || { \
-  sudo apt-get install mlton
+  sudo apt-get --assume-yes install mlton
   cd $IROOT
   fw_get -O http://www.impredicative.com/ur/urweb-$VERSION.tgz
   fw_untar urweb-$VERSION.tgz