|
|
@ -2,7 +2,7 @@ |
|
|
|
## |
|
|
|
## |
|
|
|
## This file has been added: |
|
|
|
## This file has been added: |
|
|
|
## - by bootstrap.sh |
|
|
|
## - by bootstrap.sh |
|
|
|
## - on Wed, 14 June 2017 13:58:37 +0200 |
|
|
|
## - on Thu, 19 July 2018 13:16:09 +0200 |
|
|
|
## Feel free to change it or even remove and rebuild it, up to your needs |
|
|
|
## Feel free to change it or even remove and rebuild it, up to your needs |
|
|
|
## |
|
|
|
## |
|
|
|
## 1 2 3 4 5 6 7 8 |
|
|
|
## 1 2 3 4 5 6 7 8 |
|
|
@ -11,9 +11,9 @@ |
|
|
|
# Use Ubuntu Universe Repository |
|
|
|
# Use Ubuntu Universe Repository |
|
|
|
repos+=("ubuntu:::universe") |
|
|
|
repos+=("ubuntu:::universe") |
|
|
|
|
|
|
|
|
|
|
|
# Use Marc Wäckerlin's Repository, see https://dev.marc.waeckerlin.org |
|
|
|
# Use Marc Wäckerlin's Repository, see https://repository.mrw.sh |
|
|
|
repos+=("debian|ubuntu:::https://dev.marc.waeckerlin.org/repository:::https://dev.marc.waeckerlin.org/repository/@DISTRIBUTOR@/marc-waeckerlin.repo") |
|
|
|
repos+=("debian|ubuntu:::https://repository.mrw.sh:::https://repository.mrw.sh/@DISTRIBUTOR@/marc-waeckerlin.repo") |
|
|
|
keys+=("https://dev.marc.waeckerlin.org/repository/PublicKey") |
|
|
|
keys+=("https://repository.mrw.sh/PublicKey") |
|
|
|
|
|
|
|
|
|
|
|
# centos requires epel-release for some packages, such as Qt WebKit |
|
|
|
# centos requires epel-release for some packages, such as Qt WebKit |
|
|
|
packages+=("centos:::epel-release") |
|
|
|
packages+=("centos:::epel-release") |
|
|
|