Compare commits
1
Commits
master
..
7f7d61e904
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f7d61e904
|
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch plus apps at cryptic.systems>
|
# Maintainer: Markus Pesch <markus.pesch plus apps at cryptic.systems>
|
||||||
|
|
||||||
pkgname=fritz-tls
|
pkgname=fritz-tls
|
||||||
pkgver=0.27.0 # renovate: datasource=github-releases depName=tisba/fritz-tls
|
pkgver=0.28.0 # renovate: datasource=github-releases depName=tisba/fritz-tls
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Automate TLS certificate installation for AVM FRITZ!Box "
|
pkgdesc="Automate TLS certificate installation for AVM FRITZ!Box "
|
||||||
arch=('armv7h' 'aarch64' 'x86_64')
|
arch=('armv7h' 'aarch64' 'x86_64')
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||

|

|
||||||
|
|
||||||
This repository contains build files to build the Arch Linux package `fritz-tls`. Instead of
|
This repository contains build files to build the Arch Linux package `fritz-tls`. Instead of
|
||||||
building the package yourself, it can also be obtained from the following private repository. The section [*Obtaining pre-built
|
building the package yourself, it can also be obtained from the following private repository. More detailed are
|
||||||
packages from a repository*](#obtaining-pre-built-packages-from-a-repository) describes all necessary steps.
|
described [here](#obtaining-pre-built-packages-from-a-repository).
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
@@ -51,9 +51,7 @@ EOF
|
|||||||
sudo pacman-key --keyserver hkps://keys.openpgp.org --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
sudo pacman-key --keyserver hkps://keys.openpgp.org --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
||||||
|
|
||||||
# Extend existing pacman configuration of the repository 'volker.raschek'
|
# Extend existing pacman configuration of the repository 'volker.raschek'
|
||||||
sudo tee -a /etc/pacman.conf > /dev/null <<EOF
|
sudo echo "Include = /etc/pacman.d/repos/*.conf" >> /etc/pacman.conf
|
||||||
Include = /etc/pacman.d/repos/*.conf
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# Update pacman cache
|
# Update pacman cache
|
||||||
sudo pacman --sync --refresh
|
sudo pacman --sync --refresh
|
||||||
|
|||||||
Reference in New Issue
Block a user