mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
minor
This commit is contained in:
parent
1a971f815a
commit
8a4e074096
@ -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')
|
||||
|
@ -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')
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user