mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-26 02:25:01 +00:00
9 lines
127 B
YAML
9 lines
127 B
YAML
language: bash
|
|
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y procps-ng
|
|
|
|
script:
|
|
- bash neofetch
|