mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 08:31:04 +02:00
Merge pull request #129 from marineam/python-exec
add(129.0.0_python_exec_transition.sh): gracefully upgrade python-exec
This commit is contained in:
commit
95bf5bb29d
11
sdk_lib/updates/129.0.0_python_exec_transition.sh
Normal file
11
sdk_lib/updates/129.0.0_python_exec_transition.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Copyright (c) 2013 The CoreOS Authors. All rights reserved.
|
||||||
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# Upgrade python-exec, will transition to dev-lang/python-exec
|
||||||
|
sudo emerge -qu dev-python/python-exec
|
||||||
|
|
||||||
|
# Re-install portage and gentoolkit which tended to have issues
|
||||||
|
sudo emerge -q sys-apps/portage app-portage/gentoolkit
|
Loading…
x
Reference in New Issue
Block a user