| 17 | } from './scripts'; |
| 18 | |
| 19 | interface ScriptOptions { |
| 20 | distroId: DistroId; |
| 21 | selectedAppIds: Set<string>; |
| 22 | helper?: 'yay' | 'paru'; |
| 23 | } |
| 24 | |
| 25 | // The full fancy script with progress bars and all that jazz |
| 26 | export function generateInstallScript(options: ScriptOptions): string { |
nothing calls this directly
no outgoing calls
no test coverage detected