diff --git a/openbis_all/source/bash/svn-update.sh b/openbis_all/source/bash/svn-update.sh
index 2874cd8cae537f58e9aeb73ce2a7292c2a0f3500..5bcda6b9e229bed0a1243b4f7b9fc81691212e19 100755
--- a/openbis_all/source/bash/svn-update.sh
+++ b/openbis_all/source/bash/svn-update.sh
@@ -4,7 +4,7 @@
 
 SVN=svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
 cd ~openbis/bin
-wget -nv -r -l1 -A.sh http://$SVN/
+wget -nv -r -l1 -A.{sh,txt} http://$SVN/
 mv $SVN/* .
 chmod 700 *.sh
 RM=`echo $SVN | cut -d / -f1`