setup-apt
Version:
Setup apt packages and repositories in Debian/Ubuntu-based distributions
8 lines (7 loc) • 447 B
TypeScript
import memoize from "memoizee";
declare function hasNoUpdateFlag_(apt?: string): boolean;
export declare const addAptHasNoUpdateFlag: typeof hasNoUpdateFlag_ & memoize.Memoized<typeof hasNoUpdateFlag_>;
export declare function addAptRepository(repo: string, apt?: string): Promise<void>;
export declare function installAddAptRepo(): Promise<void>;
export declare function removeAptRepository(repo: string, apt?: string): Promise<void>;
export {};