Skip to content

Commit

Permalink
Merge branch 'v2.1.x' into feature/isolate-cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Oct 26, 2024
2 parents eaf03d5 + 785f902 commit 47856ee
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/build_dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,32 @@ export CUSTOM_PI_OS_PATH
export BASE_BOOT_MOUNT_PATH
export PATH=$PATH:$CUSTOM_PI_OS_PATH

echo "Installing CustomPiOS dependencies..."
apt-get install -y --no-install-recommends \
ca-certificates \
sudo \
build-essential \
sudo \
curl \
git \
wget \
p7zip-full \
python3 \
python3-distutils \
python3-dev \
python3-git \
binfmt-support \
qemu-system \
qemu-user \
qemu-user-static \
sudo \
file \
fdisk \
btrfs-progs \
jq \
zip \
xz-utils \
lsof \
f2fs-tools

"${CUSTOM_PI_OS_PATH}"/build_custom_os "$@"

0 comments on commit 47856ee

Please sign in to comment.