mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Archiso.
This commit is contained in:
parent
f8deff73b0
commit
4aa1236667
1 changed files with 4 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -28,6 +28,8 @@ jobs:
|
||||||
- name: Pull Arch Linux Docker image.
|
- name: Pull Arch Linux Docker image.
|
||||||
run: docker pull archlinux
|
run: docker pull archlinux
|
||||||
|
|
||||||
- name: List containers.
|
- name: Updating the container.
|
||||||
run: docker run archlinux bash -c "pacman -Syu --noconfirm"
|
run: docker run archlinux bash -c "pacman -Syu --noconfirm"
|
||||||
|
|
||||||
|
- name: Installing the Archiso package inside the container.
|
||||||
|
run: docker run archlinux bash -c "pacman -S --noconfirm archiso"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue