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