mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Reducing output and checking buildscript out directly insted of using wget
This commit is contained in:
@@ -14,15 +14,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Installing Packages
|
- name: Installing Packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -y
|
sudo apt -qq update -y
|
||||||
sudo apt -y install binfmt-support qemu-user-static systemd-container wget
|
sudo apt -y -qq install binfmt-support qemu-user-static systemd-container wget
|
||||||
- name: Starting Services
|
- name: Starting Services
|
||||||
run: |
|
run: |
|
||||||
sudo systemctl restart systemd-binfmt
|
sudo systemctl restart systemd-binfmt
|
||||||
sudo systemctl start systemd-resolved
|
sudo systemctl start systemd-resolved
|
||||||
- name: Downloading Arch Linux Arm Tarball for rpi4 aarch64
|
- name: Downloading Arch Linux Arm Tarball for rpi4 aarch64
|
||||||
run: |
|
run: |
|
||||||
wget http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz
|
wget -q http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz
|
||||||
- name: Extracting Tarball
|
- name: Extracting Tarball
|
||||||
run: |
|
run: |
|
||||||
mkdir root
|
mkdir root
|
||||||
|
|||||||
+3
-3
@@ -13,9 +13,9 @@
|
|||||||
# Changed to bash shebang above from repo build script setting of zsh
|
# Changed to bash shebang above from repo build script setting of zsh
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman-key --populate archlinuxarm
|
pacman-key --populate archlinuxarm
|
||||||
pacman -Sy --noconfirm
|
pacman -Syq --noconfirm
|
||||||
pacman -S yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib libnghttp2 icu --noconfirm --disable-download-timeout --needed
|
pacman -Sq 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
|
wget -q 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 -U python311-3.11.9-2-aarch64.pkg.tar.xz --noconfirm
|
||||||
mkdir swingmusicbuilder
|
mkdir swingmusicbuilder
|
||||||
cd swingmusicbuilder
|
cd swingmusicbuilder
|
||||||
|
|||||||
Reference in New Issue
Block a user