projects
/
platform
/
upstream
/
libinput.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gitlab CI: check merge requests for the allow collaboration checkbox
[platform/upstream/libinput.git]
/
.gitlab-ci
/
ubuntu_install.sh
1
#!/bin/bash
2
3
set -e
4
set -x
5
6
export DEBIAN_FRONTEND=noninteractive
7
8
apt-get install -y software-properties-common
9
add-apt-repository universe
10
apt-get update
11
apt-get -y upgrade
12
13
apt-get install -y $@