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:
|
||||
- name: Installing Packages
|
||||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt -y install binfmt-support qemu-user-static systemd-container wget
|
||||
sudo apt -qq update -y
|
||||
sudo apt -y -qq install binfmt-support qemu-user-static systemd-container wget
|
||||
- name: Starting Services
|
||||
run: |
|
||||
sudo systemctl restart systemd-binfmt
|
||||
sudo systemctl start systemd-resolved
|
||||
- name: Downloading Arch Linux Arm Tarball for rpi4 aarch64
|
||||
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
|
||||
run: |
|
||||
mkdir root
|
||||
|
||||
Reference in New Issue
Block a user