Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update topgrade.toml #2179

Merged
merged 4 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions build_files/base/05-override-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ install -c -m 0755 /tmp/starship /usr/bin
# shellcheck disable=SC2016
echo 'eval "$(starship init bash)"' >> /etc/bashrc

# Topgrade Install
pip install --prefix=/usr topgrade

# Install ublue-update -- breaks with packages.json due to missing topgrade
dnf5 -y install ublue-update

Expand Down
1 change: 1 addition & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"stress-ng",
"tailscale",
"tmux",
"topgrade",
"ublue-fastfetch",
"ublue-motd",
"usbmuxd",
Expand Down
1 change: 1 addition & 0 deletions system_files/shared/usr/share/ublue-os/topgrade.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ assume_yes = true
no_retry = false

[linux]
bootc = false
rpm_ostree = true
Loading