mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
update_chroot: Drop old workarounds for package renames
This commit is contained in:
parent
09b8493a2d
commit
449066f395
@ -233,9 +233,6 @@ if [ "${FLAGS_workon}" -eq "${FLAGS_TRUE}" ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# XXX: Work around a rename; delete this after SDKs contain the new package.
|
|
||||||
sudo -E ${EMERGE_CMD} --rage-clean app-crypt/sbsigntool dev-util/cargo 2>/dev/null || :
|
|
||||||
|
|
||||||
# Second pass, update everything else.
|
# Second pass, update everything else.
|
||||||
EMERGE_FLAGS+=( --deep )
|
EMERGE_FLAGS+=( --deep )
|
||||||
info "Updating all SDK packages"
|
info "Updating all SDK packages"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user