mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 10:03:55 +08:00
uv: don't exit if update fails (#32859)
dont exit if fails
old-commit-hash: 66e1810c0d
This commit is contained in:
@@ -19,7 +19,6 @@ function update_uv() {
|
||||
fi
|
||||
done
|
||||
echo "Failed to update uv 5 times!"
|
||||
exit 1
|
||||
}
|
||||
|
||||
if ! command -v "uv" > /dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user