Skip to content

Commit

Permalink
Tell the user to use ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcampbell24 committed Nov 14, 2024
1 parent 7320c1f commit 579f9e9
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.";
}
active.value = false;
};
Expand Down

0 comments on commit 579f9e9

Please sign in to comment.