Skip to content

Commit

Permalink
Update rtupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
arakasi72 authored Jun 6, 2018
1 parent 3cb4ce6 commit ccf634f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rtupdate
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ccf634f

Please sign in to comment.