Skip to content

Commit

Permalink
Tell the user to use ubuntu. (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcampbell24 authored Nov 19, 2024
1 parent 4586d3f commit 1d0de7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const display = async (osResponse, suResponse) => {
isSupported.value = true;
}
} else {
message.value = "UNSUPPORTED OS";
message.value = "UNSUPPORTED OS. USE UBUNTU VERSION 22.04 OR 24.04.";
}
active.value = false;
};
Expand Down

0 comments on commit 1d0de7a

Please sign in to comment.