Skip to content

Commit

Permalink
fix: remove tuned (ublue-os#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 15, 2024
1 parent 48305ad commit 25740b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
3 changes: 3 additions & 0 deletions build_files/base/copr-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -oue pipefail

# Add Staging repo
wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo

# 39 gets VRR and Ptyxis
if [ ${FEDORA_MAJOR_VERSION} -eq "39" ]; then
wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo
Expand All @@ -18,6 +19,7 @@ if [ ${FEDORA_MAJOR_VERSION} -eq "39" ]; then
libadwaita
rpm-ostree install ptyxis
fi

# 40 gets only Ptyxis
if [ ${FEDORA_MAJOR_VERSION} -eq "40" ]; then
rpm-ostree override replace \
Expand All @@ -27,5 +29,6 @@ if [ ${FEDORA_MAJOR_VERSION} -eq "40" ]; then
vte-profile
rpm-ostree install ptyxis
fi

# Add Nerd Fonts
wget https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo
4 changes: 1 addition & 3 deletions build_files/base/systemd.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/bash

set -ouex pipefail

if [[ "${FEDORA_MAJOR_VERSION}" -ge "39" ]]; then \
systemctl enable tuned.service \
; fi
systemctl enable rpm-ostree-countme.service
systemctl enable tailscaled.service
systemctl enable dconf-update.service
Expand Down
12 changes: 2 additions & 10 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,7 @@
"39": {
"include": {
"all": [
"input-leap",
"tuned",
"tuned-ppd",
"tuned-utils",
"tuned-profiles-atomic"
"input-leap"
],
"silverblue": [
"gnome-shell-extension-blur-my-shell",
Expand Down Expand Up @@ -189,11 +185,7 @@
"40": {
"include": {
"all": [
"input-leap",
"tuned",
"tuned-ppd",
"tuned-utils",
"tuned-profiles-atomic"
"input-leap"
],
"silverblue": [
"gnome-shell-extension-tailscale-gnome-qs",
Expand Down

0 comments on commit 25740b0

Please sign in to comment.