AusweisApp2: unify apt-get usage

This commit is contained in:
relan 2021-02-25 11:01:02 +03:00
parent 60787a17f7
commit 22993aa318

View file

@ -105,8 +105,8 @@ Builds:
commit: 1.20.2
timeout: 20000
sudo:
- apt update || apt update
- apt install -y g++
- apt-get update || apt-get update
- apt-get install -y g++
- apt-get install -y -t stretch-backports-sloppy libarchive13
- apt-get install -y -t stretch-backports cmake
- sed -i '26iset(_CMAKE_TOOLCHAIN_PREFIX \"${CMAKE_ANDROID_ARCH_TRIPLE}-\")'