From e15aaf3b04bd93d090540b884a4e3860b365b5ac Mon Sep 17 00:00:00 2001 From: cyteen Date: Fri, 30 Aug 2024 22:56:58 +0100 Subject: [PATCH] Commit before push. --- 020_pipx-packages.sh | 18 +++++++++++++++++- 020_zephyr.sh | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/020_pipx-packages.sh b/020_pipx-packages.sh index 1cd4f09..356036c 100755 --- a/020_pipx-packages.sh +++ b/020_pipx-packages.sh @@ -5,4 +5,20 @@ # This script installs pipx packages # Install packages -pipx install git-lazy-commit huggingface-hub langchain lastversion llm-workflow-engine open-interpreter openai py2deb pynastran ruff scdl streamlit tasmotizer twrpdtgen watch-xfce-xfconf yt-dlp +pipx install \ + git-lazy-commit \ + huggingface-hub \ + langchain \ + lastversion \ + llm-workflow-engine \ + open-interpreter \ + openai \ + py2deb \ + pynastran \ + ruff \ + scdl \ + streamlit \ + tasmotizer \ + twrpdtgen \ + watch-xfce-xfconf \ + yt-dlp diff --git a/020_zephyr.sh b/020_zephyr.sh index f2ca4b8..1843db0 100644 --- a/020_zephyr.sh +++ b/020_zephyr.sh @@ -95,7 +95,7 @@ sudo apt install --no-install-recommends -y autoconf automake \ build-essential bzip2 ccache coccinelle cmake device-tree-compiler dfu-util \ git gperf gcc g++ gcc-multilib g++-multilib libsdl2-dev libtool python3-dev \ python3-pip python3-setuptools python3-tk python3-wheel ninja-build file make \ - wget xz-utils dfu-utils + wget xz-utils echo "*** Getting Zephyr and installing Python dependencies. ***" # Install west and ensure that ${HOME}/.local/bin is part of your PATH environment variable: