UNPKG

setup-apt

Version:

Setup apt packages and repositories in Debian/Ubuntu-based distributions

7 lines (6 loc) 201 B
/** * Get the environment variables to use for the apt command * @param apt The apt command to use * @private Used internally */ export declare function getAptEnv(apt?: string): NodeJS.ProcessEnv;