mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
AusweisApp2: unify apt-get usage
This commit is contained in:
parent
60787a17f7
commit
22993aa318
1 changed files with 2 additions and 2 deletions
|
|
@ -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}-\")'
|
||||
|
|
|
|||
Loading…
Reference in a new issue