Skip to content

Commit

Permalink
chore: Update path to ublue-update user script
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 23, 2024
1 parent e5980af commit cb7f98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ RUN rpm-ostree install \
pip install --prefix=/usr topgrade && \
rpm-ostree install \
ublue-update && \
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/etc/ublue-update/topgrade-user.toml && \
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \
sed -i 's/min_battery_percent.*/min_battery_percent = 20.0/' /usr/etc/ublue-update/ublue-update.toml && \
sed -i 's/max_cpu_load_percent.*/max_cpu_load_percent = 100.0/' /usr/etc/ublue-update/ublue-update.toml && \
sed -i 's/max_mem_percent.*/max_mem_percent = 90.0/' /usr/etc/ublue-update/ublue-update.toml && \
Expand Down

0 comments on commit cb7f98b

Please sign in to comment.