From ccf634fe8e5cf83a81cd5f90928a5e7fae83ff27 Mon Sep 17 00:00:00 2001 From: arakasi72 Date: Wed, 6 Jun 2018 19:33:15 +0100 Subject: [PATCH] Update rtupdate --- scripts/rtupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rtupdate b/scripts/rtupdate index d82450df..11a98e10 100755 --- a/scripts/rtupdate +++ b/scripts/rtupdate @@ -141,7 +141,7 @@ if [ -z $passed_rtvers ]; then if [ $rtdevrel = 0 ]; then libvers='0.13.6' rtvers='0.9.6' - echo "Debian 9 and Ubuntu 17.10 are only supported by libtorrent-0.13.6/rtorrent-0.9.6" + echo "Debian 9, and Ubuntu 17.10 and later, are only supported by libtorrent-0.13.6/rtorrent-0.9.6" else list_version fi @@ -168,7 +168,7 @@ else if [ $rtdevrel = 0 ]; then libvers='0.13.6' rtvers='0.9.6' - echo "Debian 9 and Ubuntu 17.10 are only supported by libtorrent-0.13.6/rtorrent-0.9.6" + echo "Debian 9, and Ubuntu 17.10 and later, are only supported by libtorrent-0.13.6/rtorrent-0.9.6" fi fi