Compare commits
No commits in common. "c8f6a187eadcf434fdef68155f5f7df1538b899a" and "e486e44922a15639389a00af54147a42dd092522" have entirely different histories.
c8f6a187ea
...
e486e44922
3 changed files with 8 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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_NAME: "${{ github.event.repository.name }}" # the name of the image produced by this build, matches repo names
|
||||||
MY_IMAGE_DESC: "Azure"
|
MY_IMAGE_DESC: "Azure"
|
||||||
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
|
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
|
||||||
FEDORA_MAJOR_VERSION: "latest"
|
FEDORA_MAJOR_VERSION: "40"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_push:
|
build_push:
|
||||||
|
|
4
build.sh
4
build.sh
|
@ -16,6 +16,8 @@ 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_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
|
curl https://downloads.1password.com/linux/keys/1password.asc | tee /etc/pki/rpm-gpg/1password.gpg
|
||||||
|
|
||||||
### Install 1password using blue-build script
|
### Install 1password using blue-build script
|
||||||
|
@ -33,6 +35,8 @@ grep -v '^#' /tmp/packages | xargs rpm-ostree install
|
||||||
|
|
||||||
rpm-ostree install 1password
|
rpm-ostree install 1password
|
||||||
|
|
||||||
|
rpm-ostree override remove opensc
|
||||||
|
|
||||||
# Install topgrade
|
# Install topgrade
|
||||||
pip install --prefix=/usr topgrade
|
pip install --prefix=/usr topgrade
|
||||||
|
|
||||||
|
|
5
packages
5
packages
|
@ -10,6 +10,8 @@ kanshi
|
||||||
fuzzel
|
fuzzel
|
||||||
|
|
||||||
# Fingerprint
|
# Fingerprint
|
||||||
|
fprintd
|
||||||
|
fprintd-pam
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
nerd-fonts
|
nerd-fonts
|
||||||
|
@ -26,6 +28,7 @@ wev
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
brightnessctl
|
brightnessctl
|
||||||
wlr-randr
|
wlr-randr
|
||||||
|
wayprompt
|
||||||
|
|
||||||
# portal
|
# portal
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
|
@ -88,5 +91,3 @@ python3-pip
|
||||||
# classic dev tools
|
# classic dev tools
|
||||||
gcc
|
gcc
|
||||||
make
|
make
|
||||||
openssh
|
|
||||||
openssh-askpass
|
|
||||||
|
|
Loading…
Reference in a new issue