fix: Install topgrade to /usr (#106)
Install topgrade to /usr since /usr/local doesn't exists when building ublue image
This commit is contained in:
parent
8f13b3d69f
commit
cb66d4562a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,5 +27,5 @@ if [[ -f "$RPM_OSTREE_CONFIG" ]]; then
|
|||
fi
|
||||
systemctl disable rpm-ostreed-automatic.timer
|
||||
# topgrade is REQUIRED by ublue-update to install
|
||||
pip install topgrade
|
||||
pip install --prefix=/usr topgrade
|
||||
rpm-ostree install ublue-update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue