From 8a4e074096a25484f577eef6092e3965fabfb7b0 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 13 Nov 2021 17:17:07 +0100 Subject: [PATCH] minor --- pkg/de-p1st-installer/PKGBUILD | 2 +- pkg/de-p1st-installer/example-headless-docker.cfg | 4 ++-- pkg/de-p1st-ssh-key-yoda/PKGBUILD | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/de-p1st-installer/PKGBUILD b/pkg/de-p1st-installer/PKGBUILD index 5874c4f..cfadfe6 100644 --- a/pkg/de-p1st-installer/PKGBUILD +++ b/pkg/de-p1st-installer/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=installer _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.2.1 +pkgver=0.2.2 pkgrel=1 pkgdesc="Installer for Arch Linux written in Bash" arch=('any') diff --git a/pkg/de-p1st-installer/example-headless-docker.cfg b/pkg/de-p1st-installer/example-headless-docker.cfg index 6b32edc..87d37ad 100644 --- a/pkg/de-p1st-installer/example-headless-docker.cfg +++ b/pkg/de-p1st-installer/example-headless-docker.cfg @@ -23,6 +23,6 @@ ADDITIONAL_PKGS+=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' # remote ssh access ADDITIONAL_PKGS+=('de-p1st-ssh' 'de-p1st-ssh-key-yoda') # docker and docker-compose -ADDITIONAL_PKGS+=('docker' 'docker-compose') +ADDITIONAL_PKGS+=('de-p1st-docker') # cronie -ADDITIONAL_PKGS+=('de-p1st-cronie') \ No newline at end of file +ADDITIONAL_PKGS+=('de-p1st-cronie') diff --git a/pkg/de-p1st-ssh-key-yoda/PKGBUILD b/pkg/de-p1st-ssh-key-yoda/PKGBUILD index a6939c0..a6b41ca 100644 --- a/pkg/de-p1st-ssh-key-yoda/PKGBUILD +++ b/pkg/de-p1st-ssh-key-yoda/PKGBUILD @@ -3,8 +3,8 @@ _pkgname=ssh-key-yoda _reponame=arch pkgname="de-p1st-$_pkgname" pkgver=0.0.3 -pkgrel=1 -pkgdesc="ssh authorized_keys for user yoda" +pkgrel=2 +pkgdesc="ssh authorized_keys for user yoda with uid 1000" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT')