Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 843 Bytes

File metadata and controls

30 lines (19 loc) · 843 Bytes

install-system-packages

Installs software using the platform's package manager.

🃏Example

steps:
  - uses: giancosta86/aurora-github/actions/install-system-packages@v8
    with:
      packages: moreutils

☑️Requirements

This action currently requires an operating system with the apt-get package manager.

💡How it works

This action installs the requested packages as root, without asking for confirmation.

📥Inputs

Name Type Description Default value
packages string The packages to install, separated by any spaces or commas

🌐Further references