From 8f29ffd24b58ea10f6bd2901b09814b6fa3e300e Mon Sep 17 00:00:00 2001 From: jensgrunzer1 <125598768+jensgrunzer1@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:56:14 +0100 Subject: [PATCH] Update aarch64_buildscript --- aarch64_buildscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aarch64_buildscript b/aarch64_buildscript index 65129d5e..7f7e0e88 100755 --- a/aarch64_buildscript +++ b/aarch64_buildscript @@ -14,10 +14,10 @@ pacman-key --init pacman-key --populate archlinuxarm pacman -Sy --noconfirm -pacman -S yarn git wget glibc gcc --noconfirm +pacman -S yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib bluez-libs gdb mpdecimal--noconfirm wget 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 -pacman -Su --noconfirm +#pacman -Su --noconfirm mkdir swingmusicbuilder cd swingmusicbuilder @@ -43,4 +43,4 @@ poetry env use /usr/bin/python3.11 poetry install # Swing gives error if this is not set. Set to version of repo you cloned. export SWINGMUSIC_APP_VERSION="1.4.8" -poetry run python manage.py --build \ No newline at end of file +poetry run python manage.py --build