summarylogtreecommitdiffstats
path: root/update-eula
diff options
context:
space:
mode:
authorOscar Morante2016-12-01 11:58:34 +0200
committerOscar Morante2016-12-01 11:59:14 +0200
commit2f09d513adf8ee05da0f5ac0ecce70cce4f73f31 (patch)
tree665ed3f52bec63266acec184c6d7a2643fb99ba2 /update-eula
parentb738f4822791362d501810dab064330afcf40dab (diff)
downloadaur-2f09d513adf8ee05da0f5ac0ecce70cce4f73f31.tar.gz
update EULA
Diffstat (limited to 'update-eula')
-rwxr-xr-xupdate-eula2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-eula b/update-eula
index 576f4cc0de4d..2c17fed0299e 100755
--- a/update-eula
+++ b/update-eula
@@ -16,7 +16,7 @@ EOF
# Download updated EULA, convert to plain text
curl -s $TOS_SW_URL \
- | xmllint --html --xpath "//section[@id='content']" - 2> /dev/null \
+ | xmllint --html --xpath "//section[@id='section-content']" - 2> /dev/null \
| elinks -dump \
| sed '/Quick jump/,$d' \
| sed -r ':loop; s/([^ ]) +([^ ])/\1 \2/g; t loop' \