This commit is contained in:
jensgrunzer1
2024-11-20 11:46:19 +01:00
parent 001ccd2abf
commit cb1bff44a8
+1 -2
View File
@@ -14,14 +14,13 @@
pacman-key --init pacman-key --init
pacman-key --populate archlinuxarm pacman-key --populate archlinuxarm
pacman -Syu --noconfirm 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 -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 mkdir swingmusicbuilder
cd swingmusicbuilder cd swingmusicbuilder
git clone https://github.com/swing-opensource/swingmusic-client.git git clone https://github.com/swing-opensource/swingmusic-client.git
git clone https://github.com/swing-opensource/swingmusic.git git clone https://github.com/swing-opensource/swingmusic.git
# Manual poetry installation as installers are broken. # Manual poetry installation as installers are broken.
python3 -m venv poetry python3 -m venv poetry
source poetry/bin/activate source poetry/bin/activate