File: test_gui-before_script.sh

package info (click to toggle)
copyq 13.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,964 kB
  • sloc: cpp: 63,306; sh: 992; xml: 452; python: 293; ruby: 152; makefile: 27; javascript: 25
file content (15 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
set -ex

packages=(
    # X11 and window manager
    xvfb
    openbox

    # Screenshot utility
    scrot
)

utils/gitlab/test-before_script.sh

apt -y install "${packages[@]}"