mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Removed unecessary pacman -Su
This commit is contained in:
@@ -15,15 +15,13 @@ jobs:
|
||||
run: |
|
||||
sudo systemctl restart systemd-binfmt
|
||||
sudo systemctl start systemd-resolved
|
||||
- name: Downloading Arch Linux Arm Image for rpi4 aarch64
|
||||
- name: Downloading Arch Linux Arm Tarball for rpi4 aarch64
|
||||
run: |
|
||||
wget http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz
|
||||
- name: Extracting Image
|
||||
- name: Extracting Tarball
|
||||
run: |
|
||||
mkdir root
|
||||
sudo tar xpf ArchLinuxARM-rpi-aarch64-latest.tar.gz -C root --warning=no-unknown-keyword
|
||||
sudo chmod 770 root
|
||||
sync
|
||||
- name: Building Swingmusic in qemu
|
||||
run: |
|
||||
wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
pacman-key --init
|
||||
pacman-key --populate archlinuxarm
|
||||
pacman -Sy --noconfirm
|
||||
pacman -S yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib bluez-libs gdb mpdecimal --noconfirm --disable-download-timeout
|
||||
pacman -S yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib libnghttp2 icu --noconfirm --disable-download-timeout --needed
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user