Compare commits

...

3 commits

Author SHA1 Message Date
c8f6a187ea chore: ssh askpass 2024-11-16 18:23:48 +01:00
854afd58c4
chore: build latest 2024-11-16 17:47:26 +01:00
72bc7edc9b
chore: re-add openpcsc 2024-11-16 17:29:55 +01:00
3 changed files with 3 additions and 8 deletions

View file

@ -17,7 +17,7 @@ env:
MY_IMAGE_NAME: "${{ github.event.repository.name }}" # the name of the image produced by this build, matches repo names
MY_IMAGE_DESC: "Azure"
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
FEDORA_MAJOR_VERSION: "40"
FEDORA_MAJOR_VERSION: "latest"
jobs:
build_push:

View file

@ -16,8 +16,6 @@ curl -Lo /etc/yum.repos.d/ganto-lxc4-fedora-"${RELEASE}".repo https://copr.fedor
curl -Lo /etc/yum.repos.d/_copr_che-nerd-fonts-"${RELEASE}".repo https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${RELEASE}"/che-nerd-fonts-fedora-"${RELEASE}".repo
curl -Lo /etc/yum.repos.d/_copr_babariviere-tools-"${RELEASE}".repo https://copr.fedorainfracloud.org/coprs/babariviere/tools/repo/fedora-"${RELEASE}"/babariviere-tools-fedora-"${RELEASE}".repo
curl https://downloads.1password.com/linux/keys/1password.asc | tee /etc/pki/rpm-gpg/1password.gpg
### Install 1password using blue-build script
@ -35,8 +33,6 @@ grep -v '^#' /tmp/packages | xargs rpm-ostree install
rpm-ostree install 1password
rpm-ostree override remove opensc
# Install topgrade
pip install --prefix=/usr topgrade

View file

@ -10,8 +10,6 @@ kanshi
fuzzel
# Fingerprint
fprintd
fprintd-pam
# fonts
nerd-fonts
@ -28,7 +26,6 @@ wev
wl-clipboard
brightnessctl
wlr-randr
wayprompt
# portal
xdg-desktop-portal-wlr
@ -91,3 +88,5 @@ python3-pip
# classic dev tools
gcc
make
openssh
openssh-askpass