mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
sudo cp "${DEFAULT_IMG_MIRROR#*://}"/pool/main/p/patch/patch_*.deb \
|
|
"${ROOT_FS_DIR}/modify_build"
|
|
|