Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: install only just rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Aug 25, 2024
1 parent 0b0046d commit d645287
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coreos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ find /tmp/rpms/
rpm-ostree install \
/tmp/rpms/akmods-common/ublue-os-ucore-addons*.rpm \
/tmp/rpms/config/ublue-os-signing*.rpm \
/tpm/rpms/config/ublue-os-luks*.rpm \
/tpm/rpms/config/ublue-os-just*.rpm

# Handle Kernel Skew with override replace
Expand Down Expand Up @@ -76,4 +75,4 @@ fi
curl -L https://pkgs.tailscale.com/stable/fedora/tailscale.repo -o /etc/yum.repos.d/tailscale.repo

# ensure firewalld presence
rpm-ostree install firewalld
rpm-ostree install firewalld

0 comments on commit d645287

Please sign in to comment.