From cb1bff44a8f0e34dba19ba714a23ebfcb252add6 Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 11:46:19 +0100 Subject: [PATCH] s --- aarch64_buildscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aarch64_buildscript b/aarch64_buildscript index 4a85cac4..ca1013eb 100755 --- a/aarch64_buildscript +++ b/aarch64_buildscript @@ -14,14 +14,13 @@ pacman-key --init pacman-key --populate archlinuxarm pacman -Syu --noconfirm +pacman -S --noconfirm yarn git pacman -U --noconfirm https://github.com/jensgrunzer1/pyhon311-for-aarch64/raw/refs/heads/main/python311-3.11.9-2-aarch64.pkg.tar.xz -pacman -S -noconfirm yarn git mkdir swingmusicbuilder cd swingmusicbuilder git clone https://github.com/swing-opensource/swingmusic-client.git git clone https://github.com/swing-opensource/swingmusic.git - # Manual poetry installation as installers are broken. python3 -m venv poetry source poetry/bin/activate