Skip to content

Commit 152a077

Browse files
committedNov 14, 2024
Tell the user to use ubuntu.
1 parent 7320c1f commit 152a077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎launcher/src/components/UI/welcome-page/components/WelcomeFooter.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const display = async (osResponse, suResponse) => {
7171
isSupported.value = true;
7272
}
7373
} else {
74-
message.value = "UNSUPPORTED OS";
74+
message.value = "UNSUPPORTED OS. USE UBUNTU VERSION 22.04 OR 24.04.";
7575
}
7676
active.value = false;
7777
};

0 commit comments

Comments
 (0)
Please sign in to comment.