removed more useless output

This commit is contained in:
jensgrunzer1
2025-01-23 14:36:12 +01:00
parent 79d50c5416
commit fa035d3671
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -11,17 +11,17 @@
# Moving or renaming venv directory (comment inline below) will break that venv.
# Additional poetry bug ongoing https://github.com/python-poetry/poetry/issues/5250 (comment inline below)
# Changed to bash shebang above from repo build script setting of zsh
pacman-key --init
pacman-key --populate archlinuxarm
pacman -Syq --noconfirm
pacman -Sq yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib libnghttp2 icu --noconfirm --disable-download-timeout --needed
pacman-key --init > /dev/null
pacman-key --populate archlinuxarm > /dev/null
pacman -Syq --noconfirm > /dev/null
pacman -Sq yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib libnghttp2 icu --noconfirm --disable-download-timeout --needed > /dev/null
wget -q https://github.com/jensgrunzer1/pyhon311-for-aarch64/raw/refs/heads/main/python311-3.11.9-2-aarch64.pkg.tar.xz
pacman -U python311-3.11.9-2-aarch64.pkg.tar.xz --noconfirm
mkdir swingmusicbuilder
cd swingmusicbuilder
git clone https://github.com/swing-opensource/swingmusic-client.git
git clone https://github.com/swing-opensource/swingmusic.git
git clone --quiet https://github.com/swing-opensource/swingmusic-client.git
git clone --quiet https://github.com/swing-opensource/swingmusic.git
# Manual poetry installation as installers are broken.
python3.11 -m venv poetry
source poetry/bin/activate