some minor changes to codebase

This commit is contained in:
N1C4T
2026-01-10 20:27:24 +04:00
parent 1fd23043d0
commit 544cbb6b98
4 changed files with 4 additions and 19 deletions

View File

@@ -48,10 +48,7 @@ export function generateInstallScript(options: ScriptOptions): string {
}
}
/**
* Quick one-liner for the clipboard. No frills, just the command.
* For users who know what they're doing and just want to paste.
*/
// Quick one-liner for copy-paste warriors
export function generateSimpleCommand(selectedAppIds: Set<string>, distroId: DistroId): string {
const packages = getSelectedPackages(selectedAppIds, distroId);
if (packages.length === 0) return '# No packages selected';