Skip to content

Commit

Permalink
Add 20.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rubber-duckie-au authored Jan 26, 2022
1 parent 1c99a0b commit 87cee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdn-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ fi

function checks() {
BUILD=$(lsb_release -r)
if [[ "$BUILD" != *16.04* && "$BUILD" != *18.04* ]]
if [[ "$BUILD" != *16.04* && "$BUILD" != *18.04* && "$BUILD" != *20.04* ]]
then
echo -e "You are not running a supported version of Ubuntu. Installation is cancelled."
exit 1
Expand Down

0 comments on commit 87cee13

Please sign in to comment.